AxisScaleType Enum
Lists values that define the type of a chart axis scale.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Auto | The axis type is determined automatically depending on the type of values. |
Discrete | The axis displays discrete values (categories). |
Continuous | The axis displays numeric and date-time values using a continuous scale. |
Logarithmic | The axis displays numeric values using a logarithmic scale. |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also