Skip to main content

Axis.Scaling Property

Provides access to the axis scaling settings.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

AxisScaling Scaling { get; }

Property Value

Type Description
AxisScaling

An AxisScaling object that contains settings used to change the scale of the axis on the chart.

Remarks

Use the Scaling property to access an AxisScaling object that allows you to control the minimum (AxisScaling.AutoMin or AxisScaling.Min) and maximum (AxisScaling.AutoMax or AxisScaling.Max) values of the axis, change the numerical axis to logarithmic (AxisScaling.LogScale and AxisScaling.LogBase) and specify the axis orientation (AxisScaling.Orientation).

See Also