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:
public class RadarLineSeries : RadarPointSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeriesRadarLineSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadarLineSeries class.
public RadarLineSeries()
Fields
DashArrayProperty
DependencyProperty
Identifies the DashArray property.
public static readonly DependencyProperty DashArrayProperty
ShapeStyleProperty
DependencyProperty
Identifies the ShapeStyle property.
public static readonly DependencyProperty ShapeStyleProperty
StrokeProperty
DependencyProperty
Identifies the Stroke property.
public static readonly DependencyProperty StrokeProperty
StrokeThicknessProperty
DependencyProperty
Identifies the StrokeThickness property.
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.
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.
public virtual bool IsClosed { get; set; }
ShapeStyle
Style
Gets or sets the style applied to the radar shape.
public Style ShapeStyle { get; set; }
Stroke
Brush
Gets or sets the Brush instance that defines the stroke of the Line shape.
public Brush Stroke { get; set; }
Gets or sets the thickness of the line used to present the series.
public double StrokeThickness { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides:
Occurs when the ShapeStyle has changed.
protected virtual void OnShapeStylePropertyChanged(Style newStyle)