Class
RadarLineSeries

Represents RadarPointSeries which connect each CategoricalDataPoint with a straight line segment.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

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

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeriesRadarLineSeries

Derived Classes: RadarAreaSeriesRadarSplineSeries

Implements: IChartElementPresenterIChartSeriesIElementPresenterIStrokedSeries

Inherited Members RadarPointSeries.CategoryBindingPropertyRadarPointSeries.CombineModePropertyRadarPointSeries.OnValueBindingChanged(DataPointBinding, DataPointBinding)RadarPointSeries.CategoryBindingRadarPointSeries.CombineModeRadarPointSeries.StackGroupKeyRadarPointSeries.DataPointsPolarSeries.ValueBindingPropertyPolarSeries.OnAttached()PolarSeries.OnDetached(RadChartBase)PolarSeries.ValueBindingPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.LegendTitlePropertyPointTemplateSeries.IsVisibleInLegendPropertyPointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(Node, object)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

RadarLineSeries()

Initializes a new instance of the RadarLineSeries class.

Declaration

cs-api-definition
public RadarLineSeries()

Fields

StrokeDashArrayProperty

Identifies the StrokeDashArray property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeDashArrayProperty

Field Value

DependencyProperty

StrokeLineJoinProperty

Identifies the StrokeLineJoin property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeLineJoinProperty

Field Value

DependencyProperty

StrokeProperty

Identifies the Stroke property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeProperty

Field Value

DependencyProperty

StrokeThicknessProperty

Identifies the StrokeThickness property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeThicknessProperty

Field Value

DependencyProperty

Properties

IsClosed

Gets or sets a value indicating whether the line curve will be closed. That is the last point to be connected to the first one. True by default.

Declaration

cs-api-definition
public bool IsClosed { get; set; }

Property Value

bool

Stroke

Gets or sets the Brush instance that defines the stroke of the shape.

Declaration

cs-api-definition
public Brush Stroke { get; set; }

Property Value

Brush

Implements IStrokedSeries.Stroke

StrokeDashArray

Gets or sets a collection of double values that indicates the pattern of dashes and gaps that is used to outline stroked series.

Declaration

cs-api-definition
public DoubleCollection StrokeDashArray { get; set; }

Property Value

DoubleCollection

Implements IStrokedSeries.StrokeDashArray

StrokeLineJoin

Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a stroked series.

Declaration

cs-api-definition
public PenLineJoin StrokeLineJoin { get; set; }

Property Value

PenLineJoin

Implements IStrokedSeries.StrokeLineJoin

StrokeThickness

Gets or sets the thickness of the line used to present the series.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

Implements IStrokedSeries.StrokeThickness

Methods

ApplyTemplateCore()

Adds the polyline shape to the visual tree.

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides PointTemplateSeries.ApplyTemplateCore()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RadarPointSeries.OnCreateAutomationPeer()

UnapplyTemplateCore()

Removes the current control template. Occurs when a template has already been applied and a new one is applied.

Declaration

cs-api-definition
protected override void UnapplyTemplateCore()

Overrides PointTemplateSeries.UnapplyTemplateCore()