Class ChartPyramidConfigItem
Configuration item that pertains to Pyramid charts.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartPyramidConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartPyramidConfigItem()
Initializes a new instance of the ChartPyramidConfigItem class.
Declaration
public ChartPyramidConfigItem()
Properties
FigureBase
Specifies the way in which the pyramid base should be rendered in 3D mode. Default is Square.
Declaration
public ChartFigureBase FigureBase { get; set; }
Property Value
Type |
---|
ChartFigureBase |
GapRatio
Specifies the co-efficient that determines the gap between the blocks. Default is 0.0f.
Declaration
public float GapRatio { get; set; }
Property Value
Type |
---|
System.Single |
LabelPlacement
Specifies the positioning of the labels in addition to the LabelStyle property.
Declaration
public ChartAccumulationLabelPlacement LabelPlacement { get; set; }
Property Value
Type |
---|
ChartAccumulationLabelPlacement |
LabelStyle
Specifies the positioning of the labels in addition to the LabelPlacement property.
Declaration
public ChartAccumulationLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
ChartAccumulationLabelStyle |
PyramidMode
Specifies the mode in which the Y values should be interpreted. Default is Linear.
Declaration
public ChartPyramidMode PyramidMode { get; set; }
Property Value
Type |
---|
ChartPyramidMode |
ShowDataBindLabels
Gets or sets a value indicating whether databind labels are displayed.
Declaration
public bool ShowDataBindLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowSeriesTitle
Gets or sets a value indicating whether series title is displayed.
Declaration
public bool ShowSeriesTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|