Back to Devexpress

NumericScaleOptionsBase Class

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

latest2.4 KB
Original Source

NumericScaleOptionsBase Class

Contains settings for an axis scale when its data type is numeric.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class NumericScaleOptionsBase :
    ScaleOptionsBase
vb
Public MustInherit Class NumericScaleOptionsBase
    Inherits ScaleOptionsBase

The following members return NumericScaleOptionsBase objects:

Inheritance

Show 14 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject ScaleOptionsBase NumericScaleOptionsBase ContinuousNumericScaleOptions

NumericAggregationScaleOptionsBase

AutomaticNumericScaleOptions

CountIntervalNumericScaleOptions

IntervalNumericScaleOptions

ManualNumericScaleOptions

WidthIntervalNumericScaleOptions

See Also

NumericScaleOptionsBase Members

DevExpress.Xpf.Charts Namespace