Class RadarLineSeries
Represents Radar
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RadarLineSeries : RadarPointSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries
Constructors
RadarLineSeries()
Fields
DashArrayProperty
Identifies the Dash
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.
|
ShapeStyleProperty
Identifies the Shape
Declaration
public static readonly DependencyProperty ShapeStyleProperty
Field Value
System.
|
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
Properties
DashArray
Gets or sets the dash pattern to be applied to the System.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System.
|
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
public virtual bool IsClosed { get; set; }
Property Value
System.
|
ShapeStyle
Gets or sets the style applied to the radar shape.
Declaration
public Style ShapeStyle { get; set; }
Property Value
System.
|
Stroke
Gets or sets the System.
Declaration
public Brush Stroke { get; set; }
Property Value
System.
|
StrokeThickness
Gets or sets the thickness of the line used to present the series.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
Overrides
OnShapeStylePropertyChanged(Style)
Occurs when the Shape
Declaration
protected virtual void OnShapeStylePropertyChanged(Style newStyle)
Parameters
System.
|