Gets or sets the brush of the chart axes.
Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush AxisBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AxisBrush As Brush |
An instance of the WPF Brush class. The default is Black.
See Also