For a list of all members of this type, see TextShapePosition Members
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Steema.TeeChart.Drawing.TeeBase
Steema.TeeChart.Drawing.Shape
Steema.TeeChart.Drawing.TextShape
public class TextShapePosition : TextShape , IComponent, IDisposable
, ICloneable
Remarks
Defines a default position for the Annotation Tool text box and text.
Example
[C#]
private void Form1_Load(object sender, System.EventArgs e)
{
Steema.TeeChart.Annotation annotation1 = new Steema.TeeChart.Annotation(tChart1.Chart);
annotation1.Position = Steema.TeeChart.AnnotationPositions.RightTop;
annotation1.Active = true;
annotation1.Text = "test text";
}
Requirements
Namespace: Steema.TeeChart.Drawing Namespace
Assembly: TeeChart.dll
See Also
TextShapePosition members | Steema.TeeChart.Drawing Namespace