Click or drag to resize
ChartNodeTextAngle Property
An angle, in degrees, at which text is to be drawn.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int TextAngle { 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