Back to Devexpress

Axis.Auto Property

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

latest1.3 KB
Original Source

Axis.Auto Property

Gets or sets a value indicating whether the category axis type should be selected automatically based on data.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Auto { get; set; }
vb
Property Auto As Boolean

Property Value

TypeDescription
Boolean

true , to automatically select the type of the category axis; otherwise, false. The default is true.

|

Remarks

Use the Auto property to specify whether the category axis is a text or date axis based on the data that is used for the axis labels.

See Also

Axis Interface

Axis Members

DevExpress.Spreadsheet.Charts Namespace