MindFusion.Wpf Pack Programmer's Guide
AxesChart3D.Y2AxisSettings Property
See Also
 





Gets the settings for the secondary Y-axis. This is a dependency property.

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

 Syntax

C#  Copy Code

public Axis Y2AxisSettings { get; set; }

Visual Basic  Copy Code

Public Property Y2AxisSettings As Axis

 Property Value

An instance of the AxisSettings class.

 Remarks

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.

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

AxesChart3D Members
AxesChart3D Class
MindFusion.Charting.Wpf Namespace