Hi! I've created an aspx page which displays a pie chart. I would like to display text values of 'Recorded', 'In Process', and 'Not Started' in the legend. The chart is being populated in the code behind by an array which is built through stored procedures. The text I would like to display in the legend isn't stored in the database and I need a way to manually specify those values.
Could someone provide me a code example of how to do this please?
Thank you!!
Could someone provide me a code example of how to do this please?
Thank you!!