Class
RadarPointSeries

Represents CartesianSeries which may visualize CategoricalDataPoint objects in RadPolarChart.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

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

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeries

Derived Classes: RadarLineSeries

Implements: IChartElementPresenterIChartSeriesIElementPresenter

Inherited Members PolarSeries.ValueBindingPropertyPolarSeries.OnAttached()PolarSeries.OnDetached(RadChartBase)PolarSeries.ValueBindingPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.LegendTitlePropertyPointTemplateSeries.IsVisibleInLegendPropertyPointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(Node, object)PointTemplateSeries.UnapplyTemplateCore()PointTemplateSeries.ApplyTemplateCore()PointTemplateSeries.DefaultVisualStylePointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesPointTemplateSeries.LegendTitlePointTemplateSeries.IsVisibleInLegendChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.ShowLabelsPropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.IsSelectedBindingPropertyChartSeries.PaletteIndexPropertyChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElementsCore(Rect, bool, bool)ChartSeries.SelectRectPoints(ref Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect, bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.OnTemplateApplied()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.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
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

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides ChartSeries.OnCreateAutomationPeer()

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)