An angle, in degrees, at which text is to be drawn.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int TextAngle { get; set; }
Visual Basic (Declaration)
Public Overridable Property TextAngle As Integer
Visual C++
public:
virtual property int TextAngle {
	int get ();
	void set (int value);
}

Field Value

An int that contains the angle at which text is to be drawn.

Remarks

Only multiples of 90 are allowed at this time. By default, TextAngle = 0.

See Also