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





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

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

 Syntax

C#  Copy Code

public Axis X2AxisSettings { get; set; }

Visual Basic  Copy Code

Public Property X2AxisSettings 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.

 See Also

AxesChart3D Members
AxesChart3D Class
MindFusion.Charting.Wpf Namespace