Back to Devexpress

DateTimeScaleOptionsBase Class

wpf-devexpress-dot-xpf-dot-charts-c54a62ca.md

latest2.5 KB
Original Source

DateTimeScaleOptionsBase Class

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class DateTimeScaleOptionsBase :
    ScaleOptionsBase,
    IChartElement,
    IOwnedElement,
    INotificationOwner,
    IWeakEventListener
vb
Public MustInherit Class DateTimeScaleOptionsBase
    Inherits ScaleOptionsBase
    Implements IChartElement,
               IOwnedElement,
               INotificationOwner,
               IWeakEventListener

The following members return DateTimeScaleOptionsBase objects:

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject ScaleOptionsBase DateTimeScaleOptionsBase ContinuousDateTimeScaleOptions

DateTimeAggregationScaleOptionsBase

AutomaticDateTimeScaleOptions

IntervalDateTimeScaleOptions

ManualDateTimeScaleOptions

See Also

DateTimeScaleOptionsBase Members

DevExpress.Xpf.Charts Namespace