Back to Devexpress

DateTimeOptions.AutoFormat Property

corelibraries-devexpress-dot-xtracharts-dot-datetimeoptions-f29f920a.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool AutoFormat { get; set; }
vb
Public Property AutoFormat As Boolean

Property Value

TypeDescription
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

DateTimeOptions Class

DateTimeOptions Members

DevExpress.XtraCharts Namespace