Gets the settings for the secondary X-axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public Axis X2AxisSettings { get; set; } |
Visual Basic Copy Code |
---|
Public Property X2AxisSettings As Axis |
An instance of the AxisSettings class.
The AxisSettings object specifies all types of appearance settings for the axis: type of labels, minimum and maximum value of the scale, interval, title, tick length, axis length and more.