Class RadarLineSeries
Represents RadarPointSeries which connect each CategoricalDataPoint with a straight line segment.
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 DashArray property.
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.Windows.DependencyProperty
|
ShapeStyleProperty
Identifies the ShapeStyle property.
Declaration
public static readonly DependencyProperty ShapeStyleProperty
Field Value
System.Windows.DependencyProperty
|
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DashArray
Gets or sets the dash pattern to be applied to the System.Windows.Shapes.Polyline shape used to render the series.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System.Windows.Media.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
public virtual bool IsClosed { get; set; }
Property Value
System.Boolean
|
ShapeStyle
Gets or sets the style applied to the radar shape.
Declaration
public Style ShapeStyle { get; set; }
Property Value
System.Windows.Style
|
Stroke
Gets or sets the System.Windows.Media.Brush instance that defines the stroke of the System.Windows.Shapes.Line shape.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush
|
StrokeThickness
Gets or sets the thickness of the line used to present the series.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Methods
OnShapeStylePropertyChanged(Style)
Occurs when the ShapeStyle has changed.
Declaration
protected virtual void OnShapeStylePropertyChanged(Style newStyle)
Parameters
System.Windows.Style
newStyle
|