MindFusion.Wpf Pack Programmer's Guide
ChartTheme.AxisStyles Property
See Also
 





Gets or sets the styles of the axis.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public List<List<Style>> AxisStyles { get; set; }

Visual Basic  Copy Code

Public Property AxisStyles As List(Of List(Of Style))

 Property Value

A collection of WPF Style objects that correspond to the settings of each chart axis.

 Remarks

The property allows you to set the style of charts with multiple X, X2, Y or Y2 axes.

 See Also

ChartTheme Members
ChartTheme Class
MindFusion.Charting.Wpf Namespace