mschart - Control the width of the column bar in a chart c# -
i using ms chart displaying information , have show different charts when user clicks bar. works totally fine. width totally out of control. looks weird. tried adjust using :
series["pointwidth"] = pointwidth.tostring();
but if bars placed far each other. widen drastically making worse. there way can provide constant width bars?
and how can calculate width of x axis plane. since width should dynamic per number of bar. have calculate it...any ????
chart1.series[0]("pixelpointwidth") = 2
Comments
Post a Comment