Hello there,
in my attachment you see a chart which I want to design with Telerik Reporting. The chart itself is no problem, my problem are these "extra" tables on the right.
As you can see, these tables display average values for each Series Bar as number values (1st number), average values for the smaller Bar (2nd number) and two symbols
The difficulty is that the numbers of displayed bars (i.e. SeriesItems) varies. It depends simply on User selection, the user can select 1 up to (theoretically infinite) numbers of series.
Now the Questions:
How can I calculate (dynamically) the Height for the right table rows? It will certainly have to be something like <Plotarea.Heigth>/<Series.Count> but with what offsets?
Is it better to use a Table or try to manually set Textblocks on the report? In that case - what would be the best way to calculate the textblocks positions?
TiA
Markus
in my attachment you see a chart which I want to design with Telerik Reporting. The chart itself is no problem, my problem are these "extra" tables on the right.
As you can see, these tables display average values for each Series Bar as number values (1st number), average values for the smaller Bar (2nd number) and two symbols
The difficulty is that the numbers of displayed bars (i.e. SeriesItems) varies. It depends simply on User selection, the user can select 1 up to (theoretically infinite) numbers of series.
Now the Questions:
How can I calculate (dynamically) the Height for the right table rows? It will certainly have to be something like <Plotarea.Heigth>/<Series.Count> but with what offsets?
Is it better to use a Table or try to manually set Textblocks on the report? In that case - what would be the best way to calculate the textblocks positions?
TiA
Markus