Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Microsoft » Microsoft Chart Control   (RSS)

Aligning Multiple Series with Categorical Values

Binding Categorical Data Overview Binding chart to the data source with categorical values is pretty simple and usually requires just one line of code: Chart1.Series[ "Series1" ].Points.DataBind(mySource, "ProductName" , "Sales" ); It is important to
 
Page view tracker