How to add labels to my graphs to indicate which series is what.
My clients don't want legends, they want the labels on the chart area. Possibly with C#?
|
feedback
|
|
The easiest way to set labels is when you bind your data to the chart. Eg. for a piechart (may be different on other types):
| ||||
feedback
|