Class FunnelSeries
Inherited Members
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
Constructors
FunnelSeries()
Declaration
public FunnelSeries()
FunnelSeries(String)
Declaration
public FunnelSeries(string valueMember)
Parameters
System.
|
FunnelSeries(String, String)
Declaration
public FunnelSeries(string valueMember, string legendTitleMember)
Parameters
System.
|
System.
|
Fields
LabelAlignmentProperty
Properties
DynamicHeight
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.
Declaration
public bool DynamicHeight { get; set; }
Property Value
System.
|
DynamicSlope
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.
Declaration
public bool DynamicSlope { get; set; }
Property Value
System.
|
LabelAlignment
Gets or sets the alignemnt of the label of each funnel segment.
Declaration
public ContentAlignment LabelAlignment { get; set; }
Property Value
System.
|
LegendTitleMember
Declaration
public string LegendTitleMember { get; set; }
Property Value
System.
|
Model
Declaration
public override ChartSeriesModel Model { get; }
Property Value
Overrides
NeckRatio
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.
Declaration
public float NeckRatio { get; set; }
Property Value
System.
|
SegmentSpacing
Gets or sets the space between the different segments of the funnel chart in pixels.
Declaration
public int SegmentSpacing { get; set; }
Property Value
System.
|
ValueMember
Declaration
public string ValueMember { get; set; }
Property Value
System.
|
Methods
BindMembers()
CreateDefaultDataPoint()
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
Overrides
CreateModel()
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
Overrides
CreatePointElement(DataPoint)
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
Data
|
Returns
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetFunnelSegmentColors(Int32)
Declaration
public PaletteEntry GetFunnelSegmentColors(int i)
Parameters
System.
|
Returns
OnAttached(UIChartElement)
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChart
|
Overrides
OnDettached()
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.
|
Overrides
ValidatePoint(DataPoint)
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
Data
|