ScaleMode Enum
Lists the values that specify the scale mode for an axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
Automatic
|
Identifies the automatic scale mode, meaning that data is automatically aggregated according to the chosen Scale |
Manual
|
Identifies the manual scale mode, meaning that the Grid |
Continuous
|
Identifies the continuous scale mode, meaning data aggregation is disabled and you can only change the grid alignment using the Grid |
Interval
|
Identifies the interval scale mode, which means that the axis scale is divided into intervals. Note that the Chart Control does not apply the resampling mechanism to points in this scale mode. |
#Related API Members
The following properties accept/return ScaleMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Scale |
Win |
Scale |
#Remarks
The values listed by the ScaleMode enumeration are used to set the ScaleOptionsBase.ScaleMode property.