AxisScaleChangedEventArgs(AxisBase, ValueChangeInfo<ScaleMode>, ValueChangeInfo<Double>, ValueChangeInfo<AggregateFunction>, ValueChangeInfo<Double>, ValueChangeInfo<Boolean>, RoutedEvent) Constructor
Initializes a new instance of the AxisScaleChangedEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public AxisScaleChangedEventArgs(
AxisBase axis,
ValueChangeInfo<ScaleMode> scaleModeChange,
ValueChangeInfo<double> gridSpacingChange,
ValueChangeInfo<AggregateFunction> aggregateFunctionChange,
ValueChangeInfo<double> gridOffsetChange,
ValueChangeInfo<bool> autoGridChange,
RoutedEvent eventType
)
#Parameters
Name | Type | Description |
---|---|---|
axis | Axis |
An Axis |
scale |
Value |
An instance of Value |
grid |
Value |
An instance of Value |
aggregate |
Value |
An instance of Value |
grid |
Value |
An instance of Value |
auto |
Value |
An instance of Value |
event |
Routed |
The routed event. |