DXAxisX Class
The base class for all X-axes.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public class DXAxisX :
DXAxisBase
Related API Members
The following members return DXAxisX objects:
Remarks
You should not use this class directly. Utilize one of the following classes instead:
- DXQualitativeAxisX to display data with qualitative arguments.
- DXNumericAxisX to show data with numeric arguments.
- DXDateTimeAxisX to display data with date-time arguments.
Inheritance
Object
Foundation.NSObject
See Also