I need to rotate line chart control of SSRS shown below. Whatever I do I cant find any way to rotate it. So I decided to ask it to stackoverflow.
Any help or idea will be appreciated.
Normal:
Y axes
|
|
----X axes
It should be :
X axes
|
|
Y axes ----
I have resolved my problem with some tricks.
If you faced with such kind of problem in SSRS with line chart:
Change type of chart from line to bar chart.
Enter Properties Window of series properties.
Set fill property "No Color"( Unfortunately you have to do this for
each ChartData...).
Set Legend property( Color and shape...) ( Unfortunately you have to
do this for each ChartData...).
Set PointWidth Property 0 for
each series.
To find PointWidth property Firstly,click each series and show Properties Window of Visual Studio. It is under Custom Attributes.
Related
I have a 2 column spreadsheet. The first column is a label, the second is a value. I want to make a chart that displays every single label on the y axis but by default calc displays the labels at intervals, like every 5th one. How can I change this?
You can modify the axis when in chart edit mode. To do so:
Double-click on the chart; after this, there's a light grey border around the chart, telling you that you've activeted chart edit mode:
Open Menu "Format" -> "Axis..." -> "X Axis" (or Y axis, depending o the layout of your chart):
In the Axis Format window, select the "Label" tab:
Set the label formatting as desired. The optimal format settings depend on the labels. If they aren't too long, staggering the labels may help. If they don't fit even staggered, then you could modify the text direction, e.g. settiing it to 45 degrees.
I'm trying to evaluate 2 reporting tools, SQL reporting and Telerik reporting, One of the thing my report should create are some charts. Here comes my problem. I would like to get a line chart that looks like this one created on my RDLC that is how I need it.
With Telerik I almost got the same graph but I still have some problems.
I can't eliminate the margins on the X axis (blue squares)
I can't find how to manually set the X axis interval (green square), searching on forums somebody sais that changing the scale property to DateTime Scale (It crashes my designer)
It is possible to move the axis with the ticks at the bottom of the chart (purple square) like it is on the rdlc chart?
At the end I got an answer on the telerik forum how to set the properties I was missing, if somebody is facing a similar problem the solution can be found here
Chart Xaxis Margin and label interval
The problem in the purple square is solved by selecting the Y axis, from the scale property select CrossAxisPosition, add an element to the collection and set the position atminimum.
I have created a bar chart in iReport Designer 5.1.0. I want to show some ips at x axis and the occurrence of each of these ips at y axis. The bar chart must have a single color but when I run it bars have different colors with each other. I think series expression has to be empty, and I have to put $F{ip} in category expression and $F{occurrence} in value expression, but series expression has to be filled because it is not optional.
It would be great if someone can help me.
In your series expression, using quotes you can just specify something like a name or anything relative to the chart. For e.g,"Ip v/s Occurrence". Basically have a string value in there. This will be displayed as a legend. You would get the chart in single color.
change the orientation again back to vertical. Click the barchart and choose the properties to be orientation:vertical.
Hope thats what you meant
I am using JasperRepotrs 3.7.5 for generation of reports in my project.
Every thing went fine but when I executed my project in Linux environment, report generated in PDF format as I designed but the legends and graph in my report not showing text like X & Y axis label and text in legends.
Any help on this issue please.
select the chart then go to Properties
Under the BarPlot Properties tick Show Tick Labels
SSRS 2008. Working with 3d Area Chart.
In Excel you can label the X, Y, and the Z Axes, but in SSRS I seem to only be able to label the x and y axes and the Z axis labels seem to be only go in the Legend. I don't want a legend though, I need to have the text describing each color area right next to it.
Thank you very much!
Since charting in SSRS 2008 is an implementation of Dundas I contacted their support department where I was told that the feature I'm looking fro does not exist in either the SSRS embedded version or the box version of their product for that chart type. I contacted other chart vendors and found anothe rbig one that does have the feature I seek, but when I attempted to us it in the demo, the results were illegible with no way to format the labels in such a way that they did not cover each other up. I have not yet found a product (outside of Excel) that is able to clearly display labels on the Depth axis.