[Serializable]
public sealed enum DragPointStyles : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
X | Allows user to drag points horizontally only. |
Y | Allows user to drag points vertically only. |
Both | Allows user to drag points both horizontally and vertically. |
See Also
Steema.TeeChart.Tools Namespace