Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
840
XamPieChart.ToolTip using StackPanel shows black corners, how can these be removed/hidden?
posted

The following shows up as a tooltip with black corners - Almost a style issue, maybe having to do with corner rounding... See attached

<ig:XamPieChart.ToolTip

>

<StackPanel Orientation="Vertical" Background="White" >

<JHAWPFCtls:JHABrightTextBlock Text="{Binding Item

.Text}"

HorizontalAlignment

="Left" />

<JHAWPFCtls:JHARegularTextBlock Text="{Binding Item

.Value}"

HorizontalAlignment

="Left" />

<JHAWPFCtls:JHARegularTextBlock Text

="Click to view events"

HorizontalAlignment

="Left" />

</StackPanel

>

</ig:XamPieChart.ToolTip

>