Class ChartColumnConfigItem
Configuration item that pertains to Column charts.
Implements
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 ChartColumnConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartColumnConfigItem()
Initializes a new instance of ChartColumnConfigItem class.
Declaration
public ChartColumnConfigItem()
Properties
ColumnType
Specifies the column type. Default is Box.
Declaration
public ChartColumnType ColumnType { get; set; }
Property Value
Type |
---|
ChartColumnType |
CornerRadius
Specifies the radius of round corners. Default is SizeF.Empty.
Declaration
public SizeF CornerRadius { get; set; }
Property Value
Type |
---|
System.Drawing.SizeF |
LightAngle
Specifies the light angle in horizontal plane when ShadingMode is set to PhongCylinder. Default is (-PI/4).
Declaration
public double LightAngle { get; set; }
Property Value
Type |
---|
System.Double |
LightColor
Specifies the color of light when ShadingMode is set to PhongCylinder.
Declaration
public Color LightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PhongAlpha
Specifies the Phong's alpha coefficient used for calculation of specular lighting. Default is 20d.
Declaration
public double PhongAlpha { get; set; }
Property Value
Type |
---|
System.Double |
ShadingMode
Specifies the shading mode used for columns or bars. Default is ChartColumnShadingMode.PhongCylinder.
Declaration
public ChartColumnShadingMode ShadingMode { get; set; }
Property Value
Type |
---|
ChartColumnShadingMode |