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