Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Line Chart Grid properties

Hi,

Is it possible to control grid glanurality on the line chart.

If the min is 0 and max value on the axes is lets say 1.0 I would like to make the grid have a line every 0.1

This what makes me set this to a fixed value is that I would like to have this fixed when printing the chart, now I see grid every 0.1 on the screen but after printing I see it every 0.05.

Is it possible to fix this?

Regards,

Sebastian

3 Replies
Anonymous
Not applicable
Author

Sebastian,
The best you can do is to use static scale:
Static min = 0
static max = 1
static step = 0.1
And need enough chart size for all lables to fit.
(Not sure if it will help the printing problem. It could be out of control...)

Not applicable
Author

Hi,

I am working on a grid chart and want to set the static scale as you explain above, but all the options for Static scale are grayed out in my chart. How can I activate these options?

Thanks,
Dani

Anonymous
Not applicable
Author

Dani,
Scale is not applicable to the grid chart. Values of two dimensions of grid chart represent the grid lines. The number of lines is the number of dimension values in current selections.