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

DateTimeScaleOptions Class

Contains settings for an axis scale when its data type is date-time.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(DateTimeScaleOptionsTypeConverter))]
public sealed class DateTimeScaleOptions :
    ScaleOptionsBase,
    IDateTimeScaleOptions,
    IScaleOptionsBase<DateTimeMeasureUnitNative>,
    IScaleOptionsBase,
    IXtraSupportDeserializeCollectionItem

The following members accept/return DateTimeScaleOptions objects:

Remarks

An object of the DateTimeScaleOptions type is returned by the AxisBase.DateTimeScaleOptions property.

See Also