Class PolarSeries
Base class for all Chart
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class PolarSeries : PointTemplateSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
PolarSeries()
Declaration
protected PolarSeries()
Fields
LegendSettingsProperty
Identifies the Legend
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.
|
ValueBindingProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
System.
|
Properties
LegendSettings
Gets or sets the legend settings.
Declaration
public SeriesLegendSettings LegendSettings { get; set; }
Property Value
ValueBinding
Gets or sets the binding that will be used to fill the Value member of the contained data points.
Declaration
public DataPointBinding ValueBinding { get; set; }
Property Value
Methods
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|
Overrides
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |
OnValueBindingChanged(DataPointBinding, DataPointBinding)
Called when Value
Declaration
protected virtual void OnValueBindingChanged(DataPointBinding oldValue, DataPointBinding newValue)
Parameters
Data The old value. |
Data The new value. |