Class Column
Represents the visual and layout settings for a column in a chart series.
Inheritance
System.Object
Column
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class Column : Object
Constructors
Column()
Initializes a new instance of the Column class.
Declaration
public Column()
Properties
ColumnColor
Gets or sets column color of the column series.
Declaration
public BrushInfo ColumnColor { get; set; }
Property Value
| Type |
|---|
| BrushInfo |
ColumnSpace
Gets or sets column space of the each point.
Declaration
public float ColumnSpace { get; set; }
Property Value
| Type |
|---|
| System.Single |