Categorical Stroked Series Class

The CategoricalStrokedSeries class is a base class for all series that are visually represented by data points connected with strokes.

Properties

CategoricalStrokedSeries class inherits from the CategoricalSeries class - See the inherited properties.

  • Stroke (Brush): Gets or setst the Brush instance that defines the stroke of the line used to present the series.
  • StrokeThickness (double): Gets or sets the thickness of the line used to present the series.
In this article