ClassPolarLineSeries
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
PolarLineSeries()
Initializes a new instance of the PolarLineSeries class.
Declaration
public PolarLineSeries()
Fields
DashArrayProperty
Identifies the DashArray property.
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
DependencyProperty
ShapeStyleProperty
Identifies the ShapeStyle property.
Declaration
public static readonly DependencyProperty ShapeStyleProperty
Field Value
DependencyProperty
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
DependencyProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
DependencyProperty
Properties
AutoSortPoints
Gets or sets a value indicating whether owned data points will the automatically sorted depending on their Angle property. True by default.
DashArray
Gets or sets the dash pattern to be applied to the shape used to render the series.
Declaration
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.
ShapeStyle
Gets or sets the style applied to the polar shape.
Declaration
public Style ShapeStyle { get; set; }
Property Value
Style
Stroke
Gets or sets the Brush instance that defines the stroke of the Line shape.
Declaration
public Brush Stroke { get; set; }
Property Value
Brush
StrokeThickness
Gets or sets the thickness of the line used to present the series.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides
OnShapeStylePropertyChanged(Style)
Occurs when the ShapeStyle has changed.
Declaration
protected virtual void OnShapeStylePropertyChanged(Style newStyle)
Parameters
newStyle
Style