Scaling charts? (ViP Specific)
At 09 MAR 1998 11:29:27AM Didier Bephage wrote:
Is there any way to set the upper and lower limits of the Y axis of a chart in script?
I have to focus on a specfic part of the data (e.g viewing only sales between 1000 and 5000 although there are values below 1000 and above 5000). I know it can be done by filtering the data in the data object using selection criteria. But this won't help since it would eliminate some data and I need it all on the chart, even if it is out of the range I wish to focus on.
Any means of doing this without touching the data in the data object?
At 10 MAR 1998 01:00PM Stephen Bellefontaine Revelation wrote:
Hello Didier,
There currently are no chart API's exposed to allow runtime modification of the minimum and maximum values of the chart.
Options available are …
1. Set this at design time.
Preview your chart at design, double click the chart, go to Y-Axis property, select Scale tab, set the Min and Max values.
2. Filter the Data Object through Selection Criteria
3. Use the Lotus Chart Component ActiveX control. This may include the prgrammatic functionality you are looking for.
Hope this helps,
ViP/DX Tech Support