ClassFunnelSeriesModel
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class FunnelSeriesModel : DataPointSeriesModel<FunnelDataPoint>, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<FunnelDataPoint>FunnelSeriesModel
Implements:
Inherited Members
Constructors
FunnelSeriesModel()
Initializes a new instance of the FunnelSeriesModel class.
Declaration
public FunnelSeriesModel()
Properties
DynamicHeight
Gets or sets the height of the dynamic.
Declaration
public bool DynamicHeight { get; set; }
Property Value
The height of the dynamic.
DynamicSlope
Gets or sets the dynamic slope.
Declaration
public bool DynamicSlope { get; set; }
Property Value
The dynamic slope.
LabelAlignment
Gets or sets the label alignment.
Declaration
public ContentAlignment LabelAlignment { get; set; }
Property Value
The label alignment.
LabelFormat
Gets or sets the label format.
Declaration
public string LabelFormat { get; set; }
Property Value
The label format.
NeckRatio
Gets or sets the neck ratio.
Declaration
public float NeckRatio { get; set; }
Property Value
The neck ratio.
SegmentSpacing
Gets or sets the segment spacing.
Declaration
public int SegmentSpacing { get; set; }
Property Value
The segment spacing.