DateTimeScaleOptions.AutomaticMeasureUnitsCalculator Property
In This Article
Gets or sets the automatic date-time measure unit calculator.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
public IDateTimeMeasureUnitsCalculator AutomaticMeasureUnitsCalculator { get; set; }
#Property Value
Type | Description |
---|---|
IDate |
An object of class implementing the IDate |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Automatic |
---|---|
Axis |
|
See Also