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

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -