public abstract Void Cylinder(Boolean vertical,
Rectangle r,
Int32 z0,
Int32 z1,
Boolean darkSides)
Remarks
Draws cylinder toggle Boolean for vertical or horizontal cylinder.
Example
[C#]
private void tChart1_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g)
{
Rectangle r = new Rectangle(80,130,100,170)
g.Cylinder(true,r,1,10,true);
}
See Also
Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace