Interface
IStrokedSeries

Identifies a ChartSeries instance, which interior may be outlined.

Definition

Properties

IsStrokeSetLocally

Gets a value indicating whether the Stroke property has been set locally.

Declaration

cs-api-definition
bool IsStrokeSetLocally { get; }

Property Value

bool

Stroke

Gets the Brush instance that defines the stroke of the series.

Declaration

cs-api-definition
Brush Stroke { get; }

Property Value

Brush

StrokeDashArray

Gets a collection of double values that indicates the pattern of dashes and gaps that is used to outline stroked series.

Declaration

cs-api-definition
DoubleCollection StrokeDashArray { get; }

Property Value

DoubleCollection

StrokeLineJoin

Gets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a stroked series.

Declaration

cs-api-definition
PenLineJoin StrokeLineJoin { get; }

Property Value

PenLineJoin

StrokeThickness

Gets the thickness of the outline shape.

Declaration

cs-api-definition
double StrokeThickness { get; }

Property Value

double