I am using a chart within a telerik report. I've gotten it mostly under control, however one issue remains.
the X axis could have 10, or 500 items. Is there any way to limit how many data points are labeled? By default, telerik displays every one, and it's just one big gray blob..
is there a way to just tell telerik to show 5 labels across x-axis ? this could be every other item, or every 1000th item. whatever is necessary to make it look nice and spaced. Do i have to perform calculus in my sql select to figure this out and set labels that way? because that seems to be the only way out of this mess.. this has to be a common problem.
the X axis could have 10, or 500 items. Is there any way to limit how many data points are labeled? By default, telerik displays every one, and it's just one big gray blob..
is there a way to just tell telerik to show 5 labels across x-axis ? this could be every other item, or every 1000th item. whatever is necessary to make it look nice and spaced. Do i have to perform calculus in my sql select to figure this out and set labels that way? because that seems to be the only way out of this mess.. this has to be a common problem.