BootstrapRangeSelectorChartValueAxis.Type Property
Gets or sets the chart’s axis scale type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(RangeSelectorChartAxisScaleType.Auto)]
public RangeSelectorChartAxisScaleType Type { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Range |
Auto | A Range |
Available values:
Name | Description |
---|---|
Auto | A scale type is determined automatically according to scale values. |
Logarithmic | A logarithmic scale is useful when you visualize a dataset of rapidly-growing values. Each scale tick represents a particular value (Bootstrap |
Continuous | Default for numeric and date-time values. The scale is divided into equal intervals automatically or you can specify custom intervals using the Bootstrap |