[Serializable]
public sealed enum AnnotationPositions : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
LeftTop | Draws the Annotation Tool in the top left of the Chart Panel. |
LeftBottom | Draws the Annotation Tool in the bottom left of the Chart Panel. |
RightTop | Draws the Annotation Tool in the top right of the Chart Panel. |
RightBottom | Draws the Annotation Tool in the bottom right of the Chart Panel. |
Center | Draws the Annotation Tool at the centre of the Chart Panel. |
Custom | Draws the Annotation Tool at a Custom Position defined by Top and Left properties. |
See Also
Steema.TeeChart.Tools Namespace