Axis.Scaling Property
Provides access to the axis scaling settings.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
AxisScaling Scaling { get; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#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).