A place to log my programming solutions.

Tagged :: label

11
Aug 09

Chart Control Dynamic Data Labels

When using a chart control to plot data from a stored procedure (or any query for that matter), the stored procedure needs to return series’ in columns.  Data to be plotted has to be in numeric form.  How, then, can we label the series?  Perhaps one would think to add a row at the top of the result set to contain the labels. But that won’t work because the column data types are numeric and the labels are most likely strings.

Read more »

About NVNCBL and Myself

Contact Me