Hi,
On xamChart, I want to be able to assign my own labels retrieved from the database. For instance, the Y axis specifies Maximum="11" Minimum="0" Unit="1". This displays 1 to 10 on the Y axis. I want to change this to the values retrieved at runtime, such as "Invoice" "Payment" "Billing" "Clearing" and so forth. There would be maximun 10 for the Y axis, however in the X axis, their could be many values. The X axis specifies Maximum="11" Minimum="0" Unit="1" to display only ten records at a time, which brings me to my next question. Is there a way to allow paging in xamChart?
Thanks in advance.
at this time, there is no scrolling or paging feature available for the XamChart. you can request this functionality here: http://devcenter.infragistics.com/protected/requestfeature.aspx
i think you could also implement this functionality in code, if you just put 2 buttons on your window and had them modify the settings for the X axis when they are clicked.
Thanks. And yes thats what I was thinking as a contingency plan. Same was also advised by Infragistic support.