Gets the settings for the secondary Y-axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Axis Y2AxisSettings { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Y2AxisSettings 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.
When the MinValue and MaxValue of Y2AxisSettings are set, the Y2-axis is drawn even when there is no AxesSeries whose Y2Data is set.
See Also