¡@

Home 

c# Programming Glossary: series2

Sample using MSCHART in C#

http://stackoverflow.com/questions/509555/sample-using-mschart-in-c-sharp

Series1 .Points.AddY random.Next 45 95 chart1.Series Series2 .Points.AddY random.Next 5 65 UpdateChartSettings private.. SeriesChartType comboBoxChartType.Text true chart1.Series Series2 .ChartType SeriesChartType Enum.Parse typeof SeriesChartType.. Series1 .IsValueShownAsLabel true chart1.Series Series2 .IsValueShownAsLabel true if comboBoxPointLabels.Text Auto..