Gets or sets the thickness axis lines should be stroked with.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> AxisStrokeThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AxisStrokeThickness As Nullable(Of Double) |
A nullable double value.
See Also