public Graphics3D Graphics3D {get; set;}
Remarks
Use the Graphics3D property to access TeeChart Draw properties and methods.
Example
[C#]
private void tChart1_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g)
{
g.Chart.Graphics3D.TextOut(135,145,"My Text");
}
See Also
Chart Class | Chart Members | Steema.TeeChart Namespace