Using "Microsoft Chart Controls for .NET Framework", how to set a bubble's diameter in a dynamically
Posted
by Guilherme Coutinho
on Stack Overflow
See other posts from Stack Overflow
or by Guilherme Coutinho
Published on 2009-04-08T23:19:22Z
Indexed on
2010/05/30
15:02 UTC
Read the original article
Hit count: 248
m_chart.Series("TestSeries").ChartType = SeriesChartType.Bubble m_chart.Series("TestSeries").MarkerStyle = MarkerStyle.Circle
m_chart.Series("Default").Points. ...
at this point, how can i set x, y and diameter values?
© Stack Overflow or respective owner