SetIndexStyle(0,DRAW_HISTOGRAM, 0, 3);//HISTOGRAM//LINE
SetIndexBuffer(0, buf0);
SetIndexStyle(1,DRAW_HISTOGRAM, 0, 3);//HISTOGRAM//LINE
SetIndexBuffer(1, buf1);
SetIndexStyle(2, DRAW_HISTOGRAM, STYLE_SOLID, 1);
SetIndexBuffer(2, buf2);
SetIndexStyle(3, DRAW_HISTOGRAM, STYLE_SOLID, 1);
SetIndexBuffer(3, buf3);
SetIndexStyle(4, DRAW_LINE, STYLE_SOLID, 0);
SetIndexBuffer(4, buf4);
SetIndexStyle(5, DRAW_LINE, STYLE_SOLID, 0);
SetIndexBuffer(5, buf5);
自己爱整几根,就整几根 |