DateTimeOptions.AutoFormat Property
Gets or sets a value that specifies whether to show date-time values in the most appropriate format in X-axis labels, series point labels or in the legend.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the format is automatically applied to axis labels, series point labels or to the legend; otherwise, false. |
Remarks
Use the AutoFormat property to automatically format axis labels, series point labels or the legend.
See Also