Class Column
Inheritance
System.Object
Column
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 class Column
Constructors
Column()
Initializes a new instance of the Column class.
Declaration
public Column()
Properties
ColumnColor
Gets or sets columncolor 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 |