Gets the settings for the secondary Z-axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Axis Z2AxisSettings { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Z2AxisSettings As Axis |
An instance of the AxisSettings class.
RemarksThe 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.
See Also