Back to Devexpress

Axis.Scaling Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-axis-fc6dd94d.md

latest2.0 KB
Original Source

Axis.Scaling Property

Provides access to the axis scaling settings.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
AxisScaling Scaling { get; }
vb
ReadOnly Property Scaling As AxisScaling

Property Value

TypeDescription
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

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace