public DrawCylinder(ChartCanvas fm1, float r1, float h1) { form1 = fm1; r = r1; h = h1; }
public DrawCylinder(ChartCanvas fm1) { form1 = fm1; }