FunnelPointElement
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
Fields
public static RadProperty IsVisibleInLegendProperty
Properties
Gets or sets whether this series will be used in chart legend.
public bool IsVisibleInLegend { get; set; }
Gets or sets the title that will be used by chart legend.
public string LegendTitle { get; set; }
Methods
Creates the label element.
protected override LabelElement CreateLabelElement(DataPointElement point)
The point.
Returns:Overrides:
Gets the default visual state.
protected override string GetDefaultVisualState(ChartSeries series, int index)
The series.
indexintThe index.
Returns:Overrides:
Gets the style index.
Retrieves the current value for the specified property.
public override object GetValue(RadProperty property)
Overrides:
Called when [attached].
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: