Overload List

Draws a rotated text string at the specified xy coordinates with the RotDegree rotation angle.

public override Void RotateLabel(System.Int32, System.Int32, System.String, System.Double)

Remarks


This method will draw a rotated text string at the specified xy coordinates with the RotDegree rotation angle. RotDegree values must be between 0 and 360. The string is drawn on the Chart Drawing Canvas.

Example


[C#]

private void tChart1_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g)
{
     tChart1.Graphics3D.RotateLabel(100,100,10,"Value",50);
}

See Also

Graphics3DGdiPlus Class | Graphics3DGdiPlus Members | Steema.TeeChart.Drawing Namespace