Represents the chart axis.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class Axis : ChartComposite, IScale, ISupportInitialize
Visual Basic (Declaration)
Public Class Axis _
	Inherits ChartComposite _
	Implements IScale, ISupportInitialize
Visual C++
public ref class Axis : public ChartComposite, 
	IScale, ISupportInitialize

Inheritance Hierarchy

See Also