Gets or sets the styles of the axis.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public List<List<Style>> AxisStyles { get; set; } |
Visual Basic Copy Code |
---|
Public Property AxisStyles As List(Of List(Of Style)) |
A collection of WPF Style objects that correspond to the settings of each chart axis.
The property allows you to set the style of charts with multiple X, X2, Y or Y2 axes.