Class CategoricalStrokedSeries
Represents a series which shape may be stroked (outlined).
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class CategoricalStrokedSeries : CategoricalSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries
Constructors
CategoricalStrokedSeries()
Initializes a new instance of the Categorical
Declaration
protected CategoricalStrokedSeries()
Fields
DashArrayProperty
Identifies the Dash
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.
|
LegendSettingsProperty
Identifies the Legend
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.
|
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.
|
StrokeShapeStyleProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeShapeStyleProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
Properties
DashArray
Gets or sets the dash pattern to be applied to the System.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System.
|
LegendSettings
Gets or sets the legend settings.
Declaration
public SeriesLegendSettings LegendSettings { get; set; }
Property Value
Stroke
Gets or sets the System.
Declaration
public Brush Stroke { get; set; }
Property Value
System.
|
StrokeShapeStyle
Gets or sets the style applied to the stroke shape.
Declaration
public Style StrokeShapeStyle { get; set; }
Property Value
System.
|
StrokeThickness
Gets or sets the thickness of the line used to present the series.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|