Gets or sets the Brush that should be used to draw axis lines.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Brush AxisStroke { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AxisStroke As Brush |
An instance of the Brush class.
See Also