Provides access to the AxisSectionBase, which is the base class for both the Axis and AxisSection.

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

Syntax

Visual Basic (Declaration)
Public Class AxisSectionBase
C#
public class AxisSectionBase
Visual C++
public ref class AxisSectionBase
JavaScript
Nasosoft.Chart.Drawing.AxisSectionBase = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.AxisSectionBase');

Remarks

This Base class is not intended to be used directly by the programmer, however, derived classes can be used for axis customization. For example, the Axis class is derived from the AxisSectionBase and its members accessible through the use of the AxisX and AxisY properties. Furthermore, AxisSectionBase is the based class which AxisSection derive from.

Inheritance Hierarchy

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

See Also