Click or drag to resize

RangeChangeInfo Structure

LightningChart .NET Help
Axis range at Zoomed event.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public struct RangeChangeInfo

The RangeChangeInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldAxis
Axis.
Public fieldNewMax
New maximum value.
Public fieldNewMin
New minimum value.
Public fieldOldMax
Old maximum value.
Public fieldOldMin
Old minimum value.
Top
See Also