Gets or sets the thickness of the stroke for the series. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public double StrokeThickness { get; set; } |
Visual Basic
![]() |
---|
Public Property StrokeThickness As Double |
A double value. The default is 1.
The property sets the thickness of the stroke drawn with any Brush taken from the Strokes list. Strokes are used to pain the contour of areas in an area chart or bars in a bar chart. In a line chart they draw the lines.