Class ChartFunnelConfigItem
Configuration item that pertains to Funnel 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 ChartFunnelConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartFunnelConfigItem()
Initializes a new instance of ChartFunnelConfigItem class.
Declaration
public ChartFunnelConfigItem()
Properties
FigureBase
Specifies the type of base for the funnel. Default is Circle.
Declaration
public ChartFigureBase FigureBase { get; set; }
Property Value
Type |
---|
ChartFigureBase |
FunnelMode
Specifies how the Y values should be interpreted. Default is YIsHeight.
Declaration
public ChartFunnelMode FunnelMode { get; set; }
Property Value
Type |
---|
ChartFunnelMode |
GapRatio
Specifies the co-efficient for 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 lables in addition to LabelStyle. Default is Right.
Declaration
public ChartAccumulationLabelPlacement LabelPlacement { get; set; }
Property Value
Type |
---|
ChartAccumulationLabelPlacement |
LabelStyle
Specifies the positioning of the labels in addition to LabelPlacement. Default is Outside.
Declaration
public ChartAccumulationLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
ChartAccumulationLabelStyle |
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 |
|