Dundas Chart for Windows Forms
Type Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Axis Class : Type Property


Gets the axis type (e.g. X, Y, X2 or Y2).


Axis name. For internal use only!

Syntax

Visual Basic (Declaration)  
Public Overridable ReadOnly Property Type As AxisName
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As AxisName
 
value = instance.Type
C#  
public virtual AxisName Type {get;}

Return Value

An AxisName enumeration type, which indicates the type of an Axis object is (e.g. X, X2, Y or Y2).

Remarks

Possible axis types are as follows:

Member Name Description
X Primary X-axis.
Y Primary Y-axis.
X2 Secondary X-axis.
Y2 Secondary Y-axis.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.