Skip to main content

ConstantLineMovedEventArgs.OldValue Property

Returns the previous axis value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public object OldValue { get; }

#Property Value

Type Description
Object

An axis value whose type depends on the axis type.

See Also