New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
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

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; }
Property Value:

The height of the dynamic.

Gets or sets the dynamic slope.

C#
public bool DynamicSlope { get; set; }
Property Value:

The dynamic slope.

Gets or sets the label alignment.

C#
public ContentAlignment LabelAlignment { get; set; }
Property Value:

The label alignment.

Gets or sets the label format.

C#
public string LabelFormat { get; set; }
Property Value:

The label format.

Gets or sets the neck ratio.

C#
public float NeckRatio { get; set; }
Property Value:

The neck ratio.

Gets or sets the segment spacing.

C#
public int SegmentSpacing { get; set; }
Property Value:

The segment spacing.