Plotting a graph w/ a fixed grid size and an expanding view
Posted: Wed Feb 26, 2014 8:21 pm
I'm currently working on a project that concerns coming up with a graph using TeeChart for Xamarin of an ECG Data. Although I have successfully plotted a graph, I have some question in refining my program.
[1] An ECG paper has specifications regarding its grid, specifically 1mm x 1mm per small square. How can I set a fixed distance between the "ticks" in which I think it concerns about setting the "Increment" property of the axis.
[2] I already graphed a series using the whole screen of my phone but unfortunately the graph is limited withing the boundaries of my phone's resolution or dimensions. How can I make my graph retain the previously set "Increment" of each "tick" and still expand where in "unseen" part of the graph horizontally can be seen with the use of the InChart Zoom Style.
[3] An alternative for my second question would be, is it possible to view my graph in a ScrollView container in which it can expancd horizontally?
[1] An ECG paper has specifications regarding its grid, specifically 1mm x 1mm per small square. How can I set a fixed distance between the "ticks" in which I think it concerns about setting the "Increment" property of the axis.
[2] I already graphed a series using the whole screen of my phone but unfortunately the graph is limited withing the boundaries of my phone's resolution or dimensions. How can I make my graph retain the previously set "Increment" of each "tick" and still expand where in "unseen" part of the graph horizontally can be seen with the use of the InChart Zoom Style.
[3] An alternative for my second question would be, is it possible to view my graph in a ScrollView container in which it can expancd horizontally?