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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[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:
Object Type | Path to AutoFormat |
---|---|
PointOptions |
|
PointOptions |
|
SimplePointOptions |
|
Remarks
Use the AutoFormat property to automatically format axis labels, series point labels or the legend.
See Also