Articles in this section
Category / Section

How to specify a ChartType in chartControl?

1 min read

 Chart Type can be specified using ChartSeriesType class

C#

series.Type = ChartSeriesType.Column;

series.Text = series.Name;

VB

series.Type = ChartSeriesType.Column

series.Text = series.Name

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied