MindFusion WinForms Programmer's Guide
AxisSettings Constructor
See Also
 





Creates a new instance of the AxisSettings class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public AxisSettings ()

Visual Basic  Copy Code

Public Sub New ()

 Remarks

LineCharts and BarCharts have properties of type AxisSettings, which you can access directly in order to customize the appearance of the axes in your chart. The AxisSettings object is automatically created every time you create a new chart, so you do not need to initialize it manually.

 See Also

AxisSettings Class
MindFusion.Charting Namespace