ClassCategoricalStrokedSeries
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
CategoricalStrokedSeries()
Initializes a new instance of the CategoricalStrokedSeries class.
Declaration
protected CategoricalStrokedSeries()
Fields
DashArrayProperty
Identifies the DashArray property.
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
DependencyProperty
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
DependencyProperty
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
DependencyProperty
StrokeShapeStyleProperty
Identifies the StrokeShapeStyle property.
Declaration
public static readonly DependencyProperty StrokeShapeStyleProperty
Field Value
DependencyProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
DependencyProperty
Properties
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
LegendSettings
Gets or sets the legend settings.
Declaration
public SeriesLegendSettings LegendSettings { get; set; }
Property Value
Stroke
Gets or sets the Brush instance that defines the stroke of the Line shape.
Declaration
public Brush Stroke { get; set; }
Property Value
Brush
StrokeShapeStyle
Gets or sets the style applied to the stroke shape.
Declaration
public Style StrokeShapeStyle { get; set; }
Property Value
Style
StrokeThickness
Gets or sets the thickness of the line used to present the series.