MindFusion.Wpf Pack Programmer's Guide
ChartSeries.StrokeThickness Property
See Also
 





Gets or sets the thickness of the stroke for the series. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double StrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property StrokeThickness As Double

 Property Value

A double value. The default is 1.

 Remarks

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.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace