FunnelSeries
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class FunnelSeries : ChartSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesFunnelSeries...
Implements:
Inherited Members
Constructors
public FunnelSeries()
Fields
public static RadProperty LabelAlignmentProperty
Properties
Gets or sets how segments height is calculated. When false all the segments will share the same height. When true the height of each segment is determined according to its value. Default value is true.
public bool DynamicHeight { get; set; }
Gets or sets whether the form of each segment will be based on the ratio between the value from the current and the next segment. Default value is false.
public bool DynamicSlope { get; set; }
Gets or sets the alignemnt of the label of each funnel segment.
public ContentAlignment LabelAlignment { get; set; }
[Browsable(true)]
public string LegendTitleMember { get; set; }
Gets the model.
public override ChartSeriesModel Model { get; }
The model.
Overrides:
Gets or sets the ratio between the top and the bottom bases of the whole funnel series. The property can take effect only if the DynamicSlopeEnabled property is set to false.
public float NeckRatio { get; set; }
Gets or sets the space between the different segments of the funnel chart in pixels.
public int SegmentSpacing { get; set; }
[Browsable(true)]
public string ValueMember { get; set; }
Methods
Binds the members.
protected override void BindMembers()
Overrides:
protected override ChartDataPointCollection CreateModel()
Overrides:
protected override DataPointElement CreatePointElement(DataPoint point)
Overrides:
Disposes managed resources.
protected override void DisposeManagedResources()
Overrides:
Called when [attached].
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Raises the standard .NET PropertyChanged event with the specified property name to notify subscribers of property value changes.
protected override void OnNotifyPropertyChanged(string propertyName)
The name of the property that changed.
Overrides:
Validates the point.
protected override void ValidatePoint(DataPoint item)
The item.
Overrides: