Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[XtraSerializableProperty]
public bool AutoFormat { get; set; }

Property Value

Type Description
Boolean

true, if the format is automatically applied to axis labels, series point labels or to the legend; otherwise, false.

Property Paths

You can access this nested property as listed below:

Remarks

Use the AutoFormat property to automatically format axis labels, series point labels or the legend.

See Also