[XAML]
<chart:SfChart.PrimaryAxis>
<chart:NumericalAxis EnableScrollBar="True" EnableTouchMode="True" />
</chart:SfChart.PrimaryAxis> |
[XAML]
<local:CustomResizableScrollBar EnableTouchMode="False" Margin="0,5,0,5"
x:Name="sfchartResizableBar" Height="10"
Style="{StaticResource sfDesktopStyle1}">
</local:CustomResizableScrollBar>
|
<chart:SfChart.PrimaryAxis>
<chart:NumericalAxis EnableScrollBar="True" Style="{StaticResource axis}"
EnableTouchMode="True" />
</chart:SfChart.PrimaryAxis> |
..
<ControlTemplate x:Key="HorizontalThumbTemplate" TargetType="Thumb">
<Grid x:Name="Root" Height="10" Background="Transparent">
<Rectangle Height="1" x:Name="Background" Fill="Black">
</Rectangle>
</Grid>
</ControlTemplate>
.. |
Syncfusion.SfSkinManager.SfSkinManager.SetVisualStyle(FastColumn,
Syncfusion.SfSkinManager.VisualStyles.Lime); |