Class ChartSeriesParameters
Configuration item that pertains to "all" chart types.
Inheritance
System.Object
ChartSeriesParameters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartSeriesParameters
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. |