I am trying to create a graph that has a bar graph with a line graph overlapping. I have seen the Telerik example and it explains a lot for me. However, I am not getting the same result.
In the example, the values are the same except the bar is sum and the line series is avg. In my example, the bar graph will measure the actual values while the line graph will measure target values. The problem is that my graphs are not projected on top of one another, they are side by side.
I have checked and both are using the same coordinate system. Everything seems correct except the alignment of the graphs.
I have attached a picture which easily demonstrates my problem.
Thanks
Hi,
I want to design a table as shown in the file. I test using keeptogether property set true.However, every table seems to be in a new page not
show the bottom of the table.
How can I do? Thank you.
Hello,
if the DocumentName of the report is 'abc', the file filter displays 'abc (*.pdf)'. It should display 'PDF document (*.pdf)'.
The same problem appears with the other save formats...
Expression Operator Value |
=Fields.ProductName == =Parameters.ProductName |
Expression Operator Value |
=Fields.ProductName == =Parameters.ProductName |
AND =Parameters.ProductName <> '' |
Hi to all,
I created a report connected to ObjectDataSource.
Report calls a public methods called GetItemByCode(string p_Code) that returns a Customer object. This Customer inherits a class called ModelBase.
Now when I try to preview, it appears a red box within error that says "file not found", itis refering to assembly that contains ModelBase class.
I checked that my report-project refers correctly to this assembly.
What can I do?
Hi;
I have a report that requires text to be displayed in four parts of a graph. The text is to be watermark in nature -- I.E. should appear behind everything else on the chart. I did this building a series for the text and using the data point label and made sure this series was the first loaded. But unfortunatelya series label is always displayed above everything else on the chart regardless of when it as loaded. So, how do I add text to a chart and have be in the back of everything else (note I need to resize the text - so can't use standard font size).
Peter
Hello,
When I try to justify the text in a numbered list, the designer shows the text correctly but, when showing the report in the WPF viewer, I just have the following text displayed: "Parameter is not valid".
Note: to reproduce, the bug, I have the following content in the HtmlTextBox:
<
ol
><
li
><
div
style
=
"text-align: justify"
>Αs a participant in this FIVB/World competition and, in consideration of the acceptance of my participation therein, I declare that I will respect the spirit of fair play, clean game and non-violence, and behave accordingly on and off the sports field.</
div
></
li
></
ol
>
I am demoing this software for replacement our current Microsoft Reporting platform.
I am beginning with a simple trend report where we are plotting decimal values vs time.
The result on the telerik graph is just a straight line.
I need to show the variances along that line as is shown with the old graph from the Microsoft Reporting platform.
Thank you,