ChartNodeTextAngle Property |
An angle, in degrees, at which text is to be drawn.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int TextAngle { get; set; }
Public Overridable Property TextAngle As Integer
Get
Set
public:
virtual property int TextAngle {
int get ();
void set (int value);
}
abstract TextAngle : int with get, set
override TextAngle : int with get, set
Property Value
Type:
Int32
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