Description: Chart allows you to customize the space between the individual segments. This article describes how to allot space between the segments. Solution: The space between the segments of a chart can be allotted by using the Spacing property of the 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"/> Output:Figure 1: ColumnSeries with spaced segments. |
This page will automatically be redirected to the sign-in page in 10 seconds.