Class FunnelSeriesModel
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class FunnelSeriesModel : DataPointSeriesModel<FunnelDataPoint>, IDisposable, INotifyPropertyChanged
Constructors
FunnelSeriesModel()
Properties
DynamicHeight
Gets or sets the height of the dynamic.
Declaration
public bool DynamicHeight { get; set; }
Property Value
System.Boolean
The height of the dynamic. |
DynamicSlope
Gets or sets the dynamic slope.
Declaration
public bool DynamicSlope { get; set; }
Property Value
System.Boolean
The dynamic slope. |
LabelAlignment
Gets or sets the label alignment.
Declaration
public ContentAlignment LabelAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
The label alignment. |
LabelFormat
Gets or sets the label format.
Declaration
public string LabelFormat { get; set; }
Property Value
System.String
The label format. |
NeckRatio
Gets or sets the neck ratio.
Declaration
public float NeckRatio { get; set; }
Property Value
System.Single
The neck ratio. |
SegmentSpacing
Gets or sets the segment spacing.
Declaration
public int SegmentSpacing { get; set; }
Property Value
System.Int32
The segment spacing. |