PolarLineSeries
Represents PolarPointSeries which connect each PolarDataPoint with a straight line segment.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class PolarLineSeries : PolarPointSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesPolarPointSeriesPolarLineSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarLineSeries class.
public PolarLineSeries()
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
Gets or sets a value indicating whether owned data points will the automatically sorted depending on their Angle property. True by default.
public virtual bool AutoSortPoints { get; set; }
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 polar 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)