public abstract Void Sphere(Int32 x,
Int32 y,
Int32 z,
Double radius)
Remarks
Paints a sphere.
Example
[C#]
private void tChart1_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g)
{
g.Sphere(250,250,10,30);
}
See Also
Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace