Class RadarPointSeries
Represents Cartesian
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RadarPointSeries : PolarSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
RadarPointSeries()
Fields
CategoryBindingProperty
Identifies the Category
Declaration
public static readonly DependencyProperty CategoryBindingProperty
Field Value
System.
|
CombineModeProperty
Identifies the Combine
Declaration
public static readonly DependencyProperty CombineModeProperty
Field Value
System.
|
Properties
CategoryBinding
Gets or sets the binding that will be used to fill the Category member of the contained data points.
Declaration
public DataPointBinding CategoryBinding { get; set; }
Property Value
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<CategoricalDataPoint> DataPoints { get; }
Property Value
StackGroupKey
Gets or sets the key that defines in which stack group this series will be included if its Combine
Declaration
public object StackGroupKey { get; set; }
Property Value
System.
|
Methods
GetCategoryAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Category property.
Declaration
protected virtual ChartAggregateFunction GetCategoryAggregateFunction()
Returns
GetValueAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Value property.
Declaration
protected virtual ChartAggregateFunction GetValueAggregateFunction()
Returns
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnValueBindingChanged(DataPointBinding, DataPointBinding)
Called when Value
Declaration
protected override void OnValueBindingChanged(DataPointBinding oldValue, DataPointBinding newValue)
Parameters
Data The old value. |
Data The new value. |