Posted
on Jun 17, 2010
(permalink)
Is it possible to bind labels to a different field in the object, so that the chart is plotted using XValue and YValue but the axis labels are drawn from XLabel and YLabel of an object. Object here will be a custom class, with four fields, XValue, YValue, XLabel and YLabel.
I am trying to bind the chart to values starting from 1 to 15, but label the values as 1 = 130, 2 = 120... 14= 0 and 15 = -10.
Alos how can I plot a chart with fixed range, I want to keep my axis fixed from 1 to 15 with step of 1, irrespective to what values are returned.
Thanks
Deven