Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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:

Object Type Path to AutoFormat
PointOptions
PointOptions
.ValueDateTimeOptions .AutoFormat
SimplePointOptions
.ValueDateTimeOptions .AutoFormat

Remarks

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

See Also