Class
RadarLineSeries

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

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
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.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

RadarLineSeries()

Initializes a new instance of the RadarLineSeries class.

Declaration

cs-api-definition
public RadarLineSeries()

Fields

DashArrayProperty

Identifies the DashArray property.

Declaration

cs-api-definition
public static readonly DependencyProperty DashArrayProperty

Field Value

DependencyProperty

ShapeStyleProperty

Identifies the ShapeStyle property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShapeStyleProperty

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

DashArray

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

Declaration

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

Property Value

DoubleCollection

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 virtual bool IsClosed { get; set; }

Property Value

bool

ShapeStyle

Gets or sets the style applied to the radar shape.

Declaration

cs-api-definition
public Style ShapeStyle { get; set; }

Property Value

Style

Stroke

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

Declaration

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

Property Value

Brush

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

Methods

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.

Overrides RadarPointSeries.OnCreateAutomationPeer()

OnShapeStylePropertyChanged(Style)

Occurs when the ShapeStyle has changed.

Declaration

cs-api-definition
protected virtual void OnShapeStylePropertyChanged(Style newStyle)

Parameters

newStyle

Style