Back to Devexpress

AxisScaleType Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c57421ea.md

latest1.5 KB
Original Source

AxisScaleType Enum

Lists values that define the type of a chart axis scale.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum AxisScaleType
vb
Public Enum AxisScaleType

Members

NameDescription
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.

|

The following properties accept/return AxisScaleType values:

Remarks

The enumeration is used by the BootstrapChartCommonAxisSettings.Type property.

See Also

DevExpress.Web.Bootstrap Namespace