ScatterLineSeries
Represents a chart series, which can visualize ScatterDataPoint instances by connecting them with straight line segments.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ScatterLineSeries : ScatterPointSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterSeriesScatterPointSeriesScatterLineSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterLineSeries class.
public ScatterLineSeries()
Fields
DashArrayProperty
DependencyProperty
Identifies the DashArray property.
public static readonly DependencyProperty DashArrayProperty
StrokeProperty
DependencyProperty
Identifies the Stroke property.
public static readonly DependencyProperty StrokeProperty
StrokeShapeStyleProperty
DependencyProperty
Identifies the StrokeShapeStyle property.
public static readonly DependencyProperty StrokeShapeStyleProperty
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; }
Stroke
Brush
Gets or sets the Brush instance that defines the stroke of the Line shape.
public Brush Stroke { get; set; }
StrokeShapeStyle
Style
Gets or sets the style applied to the stroke shape.
public Style StrokeShapeStyle { 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: