c# - DataBinding to Charts -
i trying create charts c# .net 4.0 winforms application. have begun pie-chart. there way use databinding in order keep chart updated? so far have managed use datapoint.yvalues property change chart's appearance. the series object has got datasource property, not sure how use datasource single points (which inside list, inside series property). i hope explain question detailed enough. ps: charts system.forms.datavisualization.charting namespace.