Class
RadarPointSeries

Represents CartesianSeries which may visualize CategoricalDataPoint objects in RadPolarChart.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class RadarPointSeries : PolarSeries, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeries

Derived Classes: RadarLineSeries

Implements: IChartElementPresenter

Inherited Members PolarSeries.LegendSettingsPropertyPolarSeries.ValueBindingPropertyPolarSeries.OnMouseEnter(MouseEventArgs)PolarSeries.OnMouseLeave(MouseEventArgs)PolarSeries.OnAttached()PolarSeries.OnDetached(RadChartBase)PolarSeries.LegendSettingsPolarSeries.ValueBindingPointTemplateSeries.RenderOptionsPropertyPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.DefaultVisualStyleSelectorPropertyPointTemplateSeries.OnLoaded(object, RoutedEventArgs)PointTemplateSeries.OnPlayPointAnimations(bool)PointTemplateSeries.OnRenderOptionsChanged(ChartRenderOptions, ChartRenderOptions)PointTemplateSeries.OnApplyTemplate()PointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(ChartNode, object)PointTemplateSeries.RenderOptionsPointTemplateSeries.DefaultVisualStylePointTemplateSeries.DefaultVisualStyleSelectorPointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesChartSeries.SeriesAnimationPropertyChartSeries.PointAnimationPropertyChartSeries.ShowLabelsPropertyChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.TrackBallTemplatePropertyChartSeries.TrackBallInfoTemplatePropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.DisplayNamePropertyChartSeries.TooltipTemplatePropertyChartSeries.LabelConnectorsSettingsPropertyChartSeries.PlaySeriesAnimation()ChartSeries.PlayPointAnimations()ChartSeries.OnPlaySeriesAnimation(bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElements(Rect)ChartSeries.HitTestElementsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.OnVisibilityChanged()ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)ChartSeries.SeriesAnimationChartSeries.PointAnimationChartSeries.LabelDefinitionsChartSeries.ShowLabelsChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.TrackBallTemplateChartSeries.TrackBallInfoTemplateChartSeries.DisplayNameChartSeries.TooltipTemplateChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.LabelConnectorsSettingsChartSeries.SeriesAnimationCompletedChartSeries.PointAnimationsCompletedChartSeries.DataBindingCompleteChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied

Constructors

RadarPointSeries()

Initializes a new instance of the RadarPointSeries class.

Declaration

cs-api-definition
public RadarPointSeries()

Fields

CategoryBindingProperty

Identifies the CategoryBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty CategoryBindingProperty

Field Value

DependencyProperty

CombineModeProperty

Identifies the CombineMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CombineModeProperty

Field Value

DependencyProperty

Properties

CategoryBinding

Gets or sets the binding that will be used to fill the Category member of the contained data points.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding CategoryBinding { get; set; }

Property Value

DataPointBinding

CombineMode

Gets or sets the combination mode to be used when data points are plotted.

Declaration

cs-api-definition
public ChartSeriesCombineMode CombineMode { get; set; }

Property Value

ChartSeriesCombineMode

DataPoints

Gets the collection of data points associated with the series.

Declaration

cs-api-definition
public DataPointCollection<CategoricalDataPoint> DataPoints { get; }

Property Value

DataPointCollection<CategoricalDataPoint>

StackGroupKey

Gets or sets the key that defines in which stack group this series will be included if its CombineMode equals Stack or Stack100.

Declaration

cs-api-definition
public object StackGroupKey { get; set; }

Property Value

object

Methods

GetCategoryAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Category property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetCategoryAggregateFunction()

Returns

ChartAggregateFunction

GetValueAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Value property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetValueAggregateFunction()

Returns

ChartAggregateFunction

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnValueBindingChanged(DataPointBinding, DataPointBinding)

Called when ValueBinding has changed.

Declaration

cs-api-definition
protected override void OnValueBindingChanged(DataPointBinding oldValue, DataPointBinding newValue)

Parameters

oldValue

DataPointBinding

The old value.

newValue

DataPointBinding

The new value.

Overrides PolarSeries.OnValueBindingChanged(DataPointBinding, DataPointBinding)