2X faster development
The ultimate WPF UI toolkit to boost your development speed.
WPF Chart (SfChart) provides support to display the visible range of labels while zooming using scroll bar. You can enable the labels by setting the ThumbLabelVisibility property to Visible. XAML <!--ThumbLabelVisibility property is used to show the Visible range of Label while zooming --> <Syncfusion:SfChart.PrimaryAxis> <Syncfusion:CategoryAxis Header="April 1st week in 2014" EnableTouchMode="True" ThumbLabelVisibility="Visible" EnableScrollBar="True" FontSize="18" LabelTemplate="{StaticResource labelTemplate}" Foreground="Black"/> </Syncfusion:SfChart.PrimaryAxis> <Syncfusion:SfChart.SecondaryAxis> <Syncfusion:NumericalAxis FontSize="18" EnableTouchMode="True" ThumbLabelVisibility="Visible" EnableScrollBar="True" LabelTemplate="{StaticResource labelTemplate}" Header="Share Details"/> </Syncfusion:SfChart.SecondaryAxis>
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.