This class represents an axis of acceleration for a Phidget Accelerometer.  
            All the properties of an Accelerometer axis are stored and modified in this class.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public class AccelerometerAxis | 
| Visual Basic (Declaration) | 
|---|
| Public Class AccelerometerAxis | 
| Visual C++ | 
|---|
| public ref class AccelerometerAxis | 
 Remarks
Remarks
            A Phidget Accelerometer axis object stores the acceleration data for that axis. 
            The sensitivity of the acceleration readings for the realted axis is implemented in this class.
            
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
Phidgets..::.AccelerometerAxis
Phidgets..::.AccelerometerAxis





