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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -