[Serializable]
public sealed enum CursorClicked : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
None | The Cursor is not on a cursortool. |
Horizontal | The Cursor is on the horizontal line of the cursortool. |
Vertical | The Cursor is on the vertical line of the cursortool. |
Both | The Cursor on the horizontal and vertical line of the cursortool. |
See Also
Steema.TeeChart.Tools Namespace