Gets the axis type (e.g. X, Y, X2 or Y2). .
Axis name. For internal use only!
| Visual Basic (Declaration) | |
|---|---|
| Public Overridable ReadOnly Property Type As AxisName | |
| 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).
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. | 
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
 
  
  
  
  
 