PolarSeries
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public abstract class PolarSeries : ChartSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesPolarSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
public PolarSeries()
Fields
public static RadProperty IsVisibleInLegendProperty
public static readonly RadProperty LabelAngleProperty
public static readonly RadProperty LabelDistanceToPointProperty
public static RadProperty LegendTitleProperty
Properties
[Browsable(true)]
public string AngleMember { get; set; }
Gets the axes.
[Browsable(false)]
public override Axis[] Axes { get; }
The axes.
Overrides:
Gets or sets whether this series will be used in chart legend.
public bool IsVisibleInLegend { get; set; }
public double LabelAngle { get; set; }
public double LabelDistanceToPoint { get; set; }
Gets or sets the title that will be used by chart legend.
public string LegendTitle { get; set; }
Gets or sets the polar axis of the radar chart.
[TypeConverter(typeof(StringConverter))]
public PolarAxis PolarAxis { get; set; }
Gets or sets the radial axis of the radar chart.
[TypeConverter(typeof(StringConverter))]
public RadialAxis RadialAxis { get; set; }
[Browsable(true)]
public string ValueMember { get; set; }
Methods
Binds the members.
protected override void BindMembers()
Overrides:
protected override DataPointElement CreatePointElement(DataPoint point)
Overrides:
Called when [attached].
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Raises the standard .NET PropertyChanged event to notify subscribers of property value changes using the provided event arguments.
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
The PropertyChangedEventArgs containing the property change information.
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:
Validates the point.
protected override void ValidatePoint(DataPoint item)
The item.
Overrides: