This class provides a shortcut to the Chart's main Axis Y object.

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

Syntax

Visual Basic (Declaration)
Public Class AxisY _
	Inherits Axis
C#
public class AxisY : Axis
Visual C++
public ref class AxisY : public Axis
JavaScript
Nasosoft.Chart.Drawing.AxisY = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.AxisY',
	Nasosoft.Chart.Drawing.Axis);

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.AxisSectionBase
    Nasosoft.Chart.Drawing..::.Axis
      Nasosoft.Chart.Drawing..::.AxisY

See Also