Describes the possible values of the Position property.
[Serializable]
public sealed enum AnnotationPositions : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
LeftTopDraws the Annotation Tool in the top left of the Chart Panel.
LeftBottomDraws the Annotation Tool in the bottom left of the Chart Panel.
RightTopDraws the Annotation Tool in the top right of the Chart Panel.
RightBottomDraws the Annotation Tool in the bottom right of the Chart Panel.
CenterDraws the Annotation Tool at the centre of the Chart Panel.
CustomDraws the Annotation Tool at a Custom Position defined by Top and Left properties.

See Also

Steema.TeeChart.Tools Namespace