Gets or sets the stroke thickness of the individual chart pieces. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public double ChartStrokeThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ChartStrokeThickness As Double |
A double value specifying the thickness of the stroke of the individual chart elements. The default is 0.
See Also