Specifies the placement of the axis labels and tick marks relative to the chart.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration AxisPosition
C#
public enum AxisPosition
Visual C++
public enum class AxisPosition
JavaScript
Nasosoft.Chart.Drawing.AxisPosition = function();
Nasosoft.Chart.Drawing.AxisPosition.createEnum('Nasosoft.Chart.Drawing.AxisPosition', false);

Members

Member nameDescription
Far
Specifies that axis line is placed far from the chart in the following way: In a X axis, the axis line be above the chart. In a Y axis, the axis line is right to the chart. Supported by Pocket Nasosoft.Chart for .NET Compact Framework.
Near
Specifies the axis line be placed near the chart in the following way: In a X axis, the axis line be below the chart. In Y axis, the axis line be left to the chart. Supported by Pocket Nasosoft.Chart for .NET Compact Framework.

See Also