Class
FunnelSeriesModel

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class FunnelSeriesModel : DataPointSeriesModel<FunnelDataPoint>, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<FunnelDataPoint>FunnelSeriesModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members DataPointSeriesModel<FunnelDataPoint>.DataPointsChartElement.FindAncestor<T>()ChartElement.IsAncestorOf(ChartNode)ChartElement.FindDescendant<T>()ChartElement.FindDescendant(Predicate<ChartNode>)ChartElement.EnumDescendants()ChartElement.EnumDescendants(TreeTraversalMode)ChartElement.EnumDescendants(Predicate<ChartNode>, TreeTraversalMode)ChartElement.DisposeManagedResources()ChartElement.PresenterChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

Constructors

FunnelSeriesModel()

Initializes a new instance of the FunnelSeriesModel class.

Declaration

cs-api-definition
public FunnelSeriesModel()

Properties

DynamicHeight

Gets or sets the height of the dynamic.

Declaration

cs-api-definition
public bool DynamicHeight { get; set; }

Property Value

bool

The height of the dynamic.

DynamicSlope

Gets or sets the dynamic slope.

Declaration

cs-api-definition
public bool DynamicSlope { get; set; }

Property Value

bool

The dynamic slope.

LabelAlignment

Gets or sets the label alignment.

Declaration

cs-api-definition
public ContentAlignment LabelAlignment { get; set; }

Property Value

ContentAlignment

The label alignment.

LabelFormat

Gets or sets the label format.

Declaration

cs-api-definition
public string LabelFormat { get; set; }

Property Value

string

The label format.

NeckRatio

Gets or sets the neck ratio.

Declaration

cs-api-definition
public float NeckRatio { get; set; }

Property Value

float

The neck ratio.

SegmentSpacing

Gets or sets the segment spacing.

Declaration

cs-api-definition
public int SegmentSpacing { get; set; }

Property Value

int

The segment spacing.