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.String
valueMember
|
FunnelSeries(String, String)
Declaration
public FunnelSeries(string valueMember, string legendTitleMember)
Parameters
|
System.String
valueMember
|
|
System.String
legendTitleMember
|
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.Boolean
|
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.Boolean
|
LabelAlignment
Gets or sets the alignemnt of the label of each funnel segment.
Declaration
public ContentAlignment LabelAlignment { get; set; }
Property Value
|
System.Drawing.ContentAlignment
|
LegendTitleMember
Declaration
public string LegendTitleMember { get; set; }
Property Value
|
System.String
|
Model
Declaration
public override ChartSeriesModel Model { get; }
Property Value
|
ChartSeriesModel
|
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.Single
|
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.Int32
|
ValueMember
Declaration
public string ValueMember { get; set; }
Property Value
|
System.String
|
Methods
BindMembers()
CreateDefaultDataPoint()
CreateModel()
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
|
ChartDataPointCollection
|
Overrides
CreatePointElement(DataPoint)
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
|
DataPoint
point
|
Returns
|
DataPointElement
|
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetFunnelSegmentColors(Int32)
Declaration
public PaletteEntry GetFunnelSegmentColors(int i)
Parameters
|
System.Int32
i
|
Returns
|
PaletteEntry
|
OnAttached(UIChartElement)
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
|
UIChartElement
parent
|
Overrides
OnDettached()
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
|
System.String
propertyName
|
Overrides
ValidatePoint(DataPoint)
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
|
DataPoint
item
|