Skip to main content
A newer version of this page is available. .

ScaleOptionsBaseModel.ScaleMode Property

Gets or sets the value of the ScaleOptionsBase.ScaleMode within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
public ScaleMode ScaleMode { get; set; }

Property Value

Type Description
ScaleMode

The mode of the axis scale.

Available values:

Name Description
Automatic

Identifies the automatic date-time scale mode, meaning that data is automatically aggregated according to the chosen ScaleGridOptionsBase.AggregateFunction.

Manual

Identifies the manual date-time scale mode, meaning that the DateTimeScaleOptions.GridAlignment and DateTimeScaleOptions.MeasureUnit properties are in effect, and they should be manually defined. Also, you can choose the aggregate function using the ScaleGridOptionsBase.AggregateFunction property.

Continuous

Identifies the continuous date-time scale mode, meaning data aggregation is disabled and you can only change the grid alignment using the DateTimeScaleOptions.GridAlignment property.

Property Paths

You can access this nested property as listed below:

See Also