This question is locked. New answers and comments are not allowed.
In my application users may choose to render a series of "KPIs" , each on their own chart, representing a float yval over an oa_time.
Thus far I have accomplished this by programatically creating a chart for each "kpi" i want to show and then dynamically adding the control to the form with approrpriate properties..
I'm wondering if this is best practice when its time to render many chart series on their on grid? Is there a method of using a single radchart control and adding a seperate x and seperate y axis (vertically?, in columns?) for each series or am I best to stick with rendering one control per series .
If there are examples of showing 10+ series each on their own seperate x axis / y axis on a single chart control , are there any samples?
thanks a lot.
Thus far I have accomplished this by programatically creating a chart for each "kpi" i want to show and then dynamically adding the control to the form with approrpriate properties..
I'm wondering if this is best practice when its time to render many chart series on their on grid? Is there a method of using a single radchart control and adding a seperate x and seperate y axis (vertically?, in columns?) for each series or am I best to stick with rendering one control per series .
If there are examples of showing 10+ series each on their own seperate x axis / y axis on a single chart control , are there any samples?
thanks a lot.