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.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -