Click or drag to resize

AxisX3D Events

LightningChart .NET Help

The AxisX3D type exposes the following members.

Events
  NameDescription
Public eventFormatValueLabel
Event to format axis tick value to custom string.
(Inherited from AxisBase.)
Public eventHighlightedStateChanged
Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase.)
Public eventMouseClick
Mouse button has been clicked.
(Inherited from UserInteractiveObject.)
Public eventMouseDoubleClick
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.)
Public eventMouseDown
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.)
Public eventMouseOverOff
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.)
Public eventMouseOverOn
Mouse has been moved over object.
(Inherited from UserInteractiveObject.)
Public eventMouseUp
Mouse button has been released.
(Inherited from UserInteractiveObject.)
Public eventRangeChanged
Range has changed (Minimum and/or Maximum value).
(Inherited from AxisBase.)
Top
See Also