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

>

Parents
No Data
Reply
  • 14517
    Offline posted

    Hello Jesse,

    In my test I saw similar behavior but only in the lower right corner.

    Please let me know what volume and build number you are using so that I can see if I can replicate your exact issue.

    Sincerely,

    Valerie

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

Children