Articles in this section
Category / Section

How to customize the space between segments in WPF Chart (SfChart)?

1 min read

WPF Chart (SfChart) allows you to customize the space between the individual segments. You can set the space between the segments by using Spacing property of ChartSeriesBase Instance.

Note:

The default value of the spacing is 0.2.

 

XAML

<syncfusion:ColumnSeries Label="ColumnSeries"
                         ItemsSource="{Binding Computers}"
                         XBindingPath="Computer"
                         YBindingPath="Year2013"
                         syncfusion:ChartSeriesBase.Spacing="0.5"/>

WPF Chart with Spacing between Segments

 

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