ClassFunnelPointElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class FunnelPointElement : DataPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartImageElementDataPointElementFunnelPointElement
Implements:
Inherited Members
Constructors
FunnelPointElement(FunnelDataPoint)
Declaration
public FunnelPointElement(FunnelDataPoint dataPoint)
Parameters
dataPoint
Fields
IsVisibleInLegendProperty
Declaration
public static RadProperty IsVisibleInLegendProperty
Field Value
Properties
IsVisibleInLegend
Gets or sets whether this series will be used in chart legend.
LegendTitle
Gets or sets the title that will be used by chart legend.
Methods
CreateLabelElement(DataPointElement)
Creates the label element.
Declaration
protected override LabelElement CreateLabelElement(DataPointElement point)
Parameters
point
The point.
Returns
Overrides
GetDefaultVisualState(ChartSeries, int)
Gets the default visual state.
Declaration
protected override string GetDefaultVisualState(ChartSeries series, int index)
Parameters
series
The series.
index
The index.
Returns
Overrides
GetStyleIndex()
Gets the style index.
GetValue(RadProperty)
Retrieves the current value for the specified property.
Declaration
public override object GetValue(RadProperty property)
Parameters
property
Returns
Overrides
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
parent
The parent.
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides