Gets or sets the thickness of the stroke for this axis. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public double StrokeThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StrokeThickness As Double |
A double value. The default is 1.
See Also