BootstrapChartCommonAxisSettings.Type Property
In This Article
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(AxisScaleType.Auto)]
public AxisScaleType Type { get; set; }
#Property Value
Type | Default |
---|---|
Axis |
Auto |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Type |
---|---|
Bootstrap |
|
See Also