Hello.
I use GRAPH for showing some value.
What is right way to rescale a curve that represents this value?
I would like to use Min and Max values (EDIT-widgets) to set a vertical range of this value to show it on a graph only inside this range.
If the deviation of value gets smaller I would like to see this deviation and decrease range.
If the deviation increases again then I manually change Min-Max and would like to rescale already existing graph-curve of value.
How to do it?
I know there are the functions GRAPH_DATA_YT_GetValue and GRAPH_DATA_YT_Clear.
But how to fill the GRAPH_DATA_Handle by recalculated data again?
I did not find a function like GRAPH_DATA_YT_SetValue - for setting recalculating history data.
Should I delete previous GRAPH_DATA_Handle by every range change, or there is a way to rewrite recalculated data to existing GRAPH_DATA_Hadle to rescale and redraw its curve (history) properly?
I use GRAPH for showing some value.
What is right way to rescale a curve that represents this value?
I would like to use Min and Max values (EDIT-widgets) to set a vertical range of this value to show it on a graph only inside this range.
If the deviation of value gets smaller I would like to see this deviation and decrease range.
If the deviation increases again then I manually change Min-Max and would like to rescale already existing graph-curve of value.
How to do it?
I know there are the functions GRAPH_DATA_YT_GetValue and GRAPH_DATA_YT_Clear.
But how to fill the GRAPH_DATA_Handle by recalculated data again?
I did not find a function like GRAPH_DATA_YT_SetValue - for setting recalculating history data.
Should I delete previous GRAPH_DATA_Handle by every range change, or there is a way to rewrite recalculated data to existing GRAPH_DATA_Hadle to rescale and redraw its curve (history) properly?
Best regards,
Volodymyr.
Volodymyr.