Showing posts with label axis. Show all posts
Showing posts with label axis. Show all posts

Monday, March 19, 2012

Controlling the Chart Axis Interval

Greetings,
I have a chart indicating sales metrics.
The $ axis has no interval set, so it is automatic.
Sometimes, depending on what parameter the report is given, the
interval is very small and there are so many major grid lines that it
is nearly impossible to make sense of the chart.
This chart is not very big; it is only part of the report.
Is there some setting to tell the chart to be a little smarter about
the axis interval?
PLEASE NOTE: setting the interval manually would result in a HORRIBLE
result because depending on the parameter passed in, the chart
displays very different ranges of numbers.
Thank you in advance for your help.
JerryFor RS 2000, you might look into having multiple charts side by side. One
would use auto intervals, another one would use specific interval settings
for situations where auto intervals don't work well (e.g. if all data point
values are between 0 and 1). You would then hide all charts
(Visibility.Hidden property) except the one with the appropriate interval
settings for the current data.
BTW: we plan to have expression-based intervals in the next version.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jerry Nixon" <jerrynixon@.gmail.com> wrote in message
news:36f558cf.0410111513.120f5d32@.posting.google.com...
> Greetings,
> I have a chart indicating sales metrics.
> The $ axis has no interval set, so it is automatic.
> Sometimes, depending on what parameter the report is given, the
> interval is very small and there are so many major grid lines that it
> is nearly impossible to make sense of the chart.
> This chart is not very big; it is only part of the report.
> Is there some setting to tell the chart to be a little smarter about
> the axis interval?
> PLEASE NOTE: setting the interval manually would result in a HORRIBLE
> result because depending on the parameter passed in, the chart
> displays very different ranges of numbers.
> Thank you in advance for your help.
> Jerry

Thursday, March 8, 2012

Contolling X axis labels in Chart

I have chart with data grouped by years and months. My data stops in Jan
2010 and the chart is showing this data with a year grouping of [2] instead
of [2010]. It appears to be truncating the year because it there is data for
only one month and it is the right most value in the chart. Any ideas on how
to force some extra space so that the entire year shows up? this currently
does not look very professional.
TIA
DeanI'm having a similar issue. The user is able to select a date range,
and a time frame (monthly, quarterly, yearly) and pass those
parameters into the report. When the report is generated, the monthly
grouping is fine. But quarterly and yearly, the brackets extend beyond
the range of the graph and are cut off. Sizing the chart area doesn't
do anything, because the brackets grow with the chart area. I'd either
like to turn off the brackets and just have the Labels or force more
space into the chart that doesn't extend the brackets.
Tim L