Articles in this section
Category / Section

How to set the duration for the Chart tooltip?

1 min read

Description:

This article describes how to delay the tooltip showing time in the Chart.

Solution:

This requirement can be achieved by using the ShowDuration property, as per the following code example.

XAML

<chart:ColumnSeries x:Name="Series1" Label="Series1"  XBindingPath="Name"
ShowTooltip="True" chart:ChartTooltip.ShowDuration="5000"
YBindingPath="Count1" ItemsSource="{Binding Data}"/>

 

Note: You need to set value for the ShowDuration in milliseconds.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied