New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class RadarLineSeries : RadarPointSeries, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeriesRadarLineSeries...

Derived Classes: RadarAreaSeries

Implements: IChartElementPresenter

Inherited Members RadarPointSeries.CategoryBindingPropertyRadarPointSeries.CombineModePropertyRadarPointSeries.GetValueAggregateFunction()RadarPointSeries.GetCategoryAggregateFunction()RadarPointSeries.OnValueBindingChanged(DataPointBinding, DataPointBinding)RadarPointSeries.CategoryBindingRadarPointSeries.CombineModeRadarPointSeries.StackGroupKeyRadarPointSeries.DataPointsPolarSeries.ValueBindingPropertyPolarSeries.LegendSettingsPropertyPolarSeries.OnAttached()PolarSeries.OnDetached(RadChartBase)PolarSeries.OnMouseEnter(MouseEventArgs)PolarSeries.OnMouseLeave(MouseEventArgs)PolarSeries.ValueBindingPolarSeries.LegendSettingsPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.DefaultVisualStyleSelectorPropertyPointTemplateSeries.RenderOptionsPropertyPointTemplateSeries.OnLoaded(object, RoutedEventArgs)PointTemplateSeries.OnPlayPointAnimations(bool)PointTemplateSeries.OnApplyTemplate()PointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(ChartNode, object)PointTemplateSeries.OnRenderOptionsChanged(ChartRenderOptions, ChartRenderOptions)PointTemplateSeries.DefaultVisualStylePointTemplateSeries.DefaultVisualStyleSelectorPointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesPointTemplateSeries.RenderOptionsChartSeries.SeriesAnimationPropertyChartSeries.PointAnimationPropertyChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.TrackBallTemplatePropertyChartSeries.TrackBallInfoTemplatePropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.DisplayNamePropertyChartSeries.TooltipTemplatePropertyChartSeries.LabelConnectorsSettingsPropertyChartSeries.ShowLabelsPropertyChartSeries.PlaySeriesAnimation()ChartSeries.PlayPointAnimations()ChartSeries.OnPlaySeriesAnimation(bool)ChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElements(Rect)ChartSeries.HitTestElementsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.OnVisibilityChanged()ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.SeriesAnimationChartSeries.PointAnimationChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.TrackBallTemplateChartSeries.TrackBallInfoTemplateChartSeries.DisplayNameChartSeries.TooltipTemplateChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.LabelConnectorsSettingsChartSeries.LabelDefinitionsChartSeries.ShowLabelsChartSeries.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

Initializes a new instance of the RadarLineSeries class.

C#
public RadarLineSeries()

Fields

DashArrayProperty

DependencyProperty

Identifies the DashArray property.

C#
public static readonly DependencyProperty DashArrayProperty

ShapeStyleProperty

DependencyProperty

Identifies the ShapeStyle property.

C#
public static readonly DependencyProperty ShapeStyleProperty

StrokeProperty

DependencyProperty

Identifies the Stroke property.

C#
public static readonly DependencyProperty StrokeProperty

StrokeThicknessProperty

DependencyProperty

Identifies the StrokeThickness property.

C#
public static readonly DependencyProperty StrokeThicknessProperty

Properties

DashArray

DoubleCollection

Gets or sets the dash pattern to be applied to the shape used to render the series.

C#
public DoubleCollection DashArray { get; set; }

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.

C#
public virtual bool IsClosed { get; set; }

Gets or sets the style applied to the radar shape.

C#
public Style ShapeStyle { get; set; }

Stroke

Brush

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

C#
public Brush Stroke { get; set; }

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

C#
public double StrokeThickness { get; set; }

Methods

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

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides: RadarPointSeries.OnCreateAutomationPeer()

Occurs when the ShapeStyle has changed.

C#
protected virtual void OnShapeStylePropertyChanged(Style newStyle)
Parameters:newStyleStyle