ClassPolarSeries
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
PolarSeries()
Declaration
public PolarSeries()
Fields
IsVisibleInLegendProperty
Declaration
public static RadProperty IsVisibleInLegendProperty
Field Value
LabelAngleProperty
Declaration
public static readonly RadProperty LabelAngleProperty
Field Value
LabelDistanceToPointProperty
Declaration
public static readonly RadProperty LabelDistanceToPointProperty
Field Value
Properties
AngleMember
Declaration
[Browsable(true)]
public string AngleMember { get; set; }
Property Value
Axes
Gets the axes.
Declaration
[Browsable(false)]
public override Axis[] Axes { get; }
Property Value
Axis[]
The axes.
Overrides
IsVisibleInLegend
Gets or sets whether this series will be used in chart legend.
LabelDistanceToPoint
Declaration
public double LabelDistanceToPoint { get; set; }
Property Value
LegendTitle
Gets or sets the title that will be used by chart legend.
PolarAxis
Gets or sets the polar axis of the radar chart.
Declaration
[TypeConverter(typeof(StringConverter))]
public PolarAxis PolarAxis { get; set; }
Property Value
RadialAxis
Gets or sets the radial axis of the radar chart.
Declaration
[TypeConverter(typeof(StringConverter))]
public RadialAxis RadialAxis { get; set; }
Property Value
ValueMember
Declaration
[Browsable(true)]
public string ValueMember { get; set; }
Property Value
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
Overrides
CreatePointElement(DataPoint)
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
Returns
Overrides
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for point.
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
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the standard .NET PropertyChanged event to notify subscribers of property value changes using the provided event arguments.
Declaration
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
The PropertyChangedEventArgs containing the property change information.
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
ValidatePoint(DataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
item
The item.
Overrides