public Void Paint(Graphics3D g,
Rectangle r)
Remarks
Use this method to paint walls at rectangle r.
Example
[C#]
private void tChart1_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g)
{
Rectangle r = new Rectangle(50,50,100,100);
tChart1.Walls.Paint(g,r);
}
See Also
Walls Class | Walls Members | Steema.TeeChart Namespace