Axis.Scaling Property
Provides access to the axis scaling settings.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v22.1.Core.dll
Declaration
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).
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Scaling property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.