Interface ISegmentSpacing
Defines members and methods necessary to customize segment in a ChartSeriesBase.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public interface ISegmentSpacing
Properties
SegmentSpacing
Gets or sets SegmentSpacing property
Declaration
double SegmentSpacing { get; set; }
Property Value
| Type |
|---|
| System.Double |
Methods
CalculateSegmentSpacing(Double, Double, Double)
Method used to calculate the segment spacing.
Declaration
double CalculateSegmentSpacing(double spacing, double Right, double Left)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | spacing | Segment spacing value. |
| System.Double | Right | Segment right value. |
| System.Double | Left | Segment left value. |
Returns
| Type | Description |
|---|---|
| System.Double | Returns the calculated segment space. |