Problems with custom text for series values
Posted: Mon Sep 05, 2005 12:31 pm
I got a chart with two series. One line series for data and a point series for trigger points. The point series got a own axis; marks are visible.
I want to show a custom text for the marks at the point series (AddXY(x, y, 'text') but the text should not be displayed in the bottom axis.
A simple exsample what I want to do:
Displaying the CPU Usage (line series); add a trigger (point series) every 10 seconds with a message. So far so good.
The problem: If I add a value to the point series with a custom text the time values of the line series on the bottom axis are no longer visible. Just the custom mark texts from the point series are now visible. How can i display just the normal date/time values from the line series?
I want to show a custom text for the marks at the point series (AddXY(x, y, 'text') but the text should not be displayed in the bottom axis.
A simple exsample what I want to do:
Displaying the CPU Usage (line series); add a trigger (point series) every 10 seconds with a message. So far so good.
The problem: If I add a value to the point series with a custom text the time values of the line series on the bottom axis are no longer visible. Just the custom mark texts from the point series are now visible. How can i display just the normal date/time values from the line series?