Class ChartSeriesParameters
Configuration item that pertains to "all" chart types.
Inheritance
System.Object
ChartSeriesParameters
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartSeriesParameters : Object
Properties
PointSpacing
Gets or sets the spacing between points.
Declaration
public float PointSpacing { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The point spacing. |
SeriesDepthSpacing
Gets or sets the depth spacing between series.
Declaration
public float SeriesDepthSpacing { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The series depth spacing. |
SeriesSpacing
Gets or sets the spacing between series.
Declaration
public float SeriesSpacing { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The series spacing. |