MindFusion.Charting 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 ()

JavaScript  Copy Code

function AxisSettings ()

 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