Represents a series which shape may be stroked (outlined).
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class CategoricalStrokedSeries : CategoricalSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CategoricalStrokedSeries class.
protected CategoricalStrokedSeries()
Fields
DashArrayProperty
DependencyProperty
Identifies the DashArray property.
public static readonly DependencyProperty DashArrayProperty
LegendSettingsProperty
DependencyProperty
Identifies the LegendSettings dependency property.
public static readonly DependencyProperty LegendSettingsProperty
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; }
Gets or sets the legend settings.
public SeriesLegendSettings LegendSettings { 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; }