Overload List

Draws a rotated text string at the specified x,y and z coordinates with the RotDegree rotation angle.

public abstract Void RotateLabel(System.Int32, System.Int32, System.Int32, System.String, System.Double, System.Boolean)

Draws a rotated text string at the specified x,y and z coordinates with the RotDegree rotation angle.

public abstract Void RotateLabel(System.Int32, System.Int32, System.Int32, System.String, System.Double)
public abstract 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

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