Hi,
I'm using GRAPH_DATA_YT to draw some random wave forms. I'm using GRAPH_AttachData() to attach the data to the graph initially & later using GRAPH_DATA_YT_AddValue() to add values. As I add every point, I want to know if I can change the ' T ' distance between two points. I want to do it like the way we change the scale of visibility in Cathode Ray Oscilloscope (CRO). Suppose if I assume that the current ' Y ' values are being plotted with 1 pixel distance apart, I want to change that to 2 or 3 pixel. Is it possible?
-- Rahul.
I'm using GRAPH_DATA_YT to draw some random wave forms. I'm using GRAPH_AttachData() to attach the data to the graph initially & later using GRAPH_DATA_YT_AddValue() to add values. As I add every point, I want to know if I can change the ' T ' distance between two points. I want to do it like the way we change the scale of visibility in Cathode Ray Oscilloscope (CRO). Suppose if I assume that the current ' Y ' values are being plotted with 1 pixel distance apart, I want to change that to 2 or 3 pixel. Is it possible?
-- Rahul.