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