Zoom in MSCHART and calculate Plot area in Pixels
-
Hi, I want to zoom in the selected area on MSCHART. The area can be selected through rectangle which will be shown when the mouse moves over MSCHART. Please help me if anyone know how to zoom this area on MSCHART. One method i can think is shifting the selected rect origin to plot origin. For doing this, i will require Plot area in pixels. Thanks.
-
Hi, I want to zoom in the selected area on MSCHART. The area can be selected through rectangle which will be shown when the mouse moves over MSCHART. Please help me if anyone know how to zoom this area on MSCHART. One method i can think is shifting the selected rect origin to plot origin. For doing this, i will require Plot area in pixels. Thanks.
I don't know how you would do that with MSCHART but you can take a look at the link in my sig. I developped a charting control and it has support for manual zoom (with the mouse).
Cédric Moonen Software developer
Charting control [v1.4] -
I don't know how you would do that with MSCHART but you can take a look at the link in my sig. I developped a charting control and it has support for manual zoom (with the mouse).
Cédric Moonen Software developer
Charting control [v1.4]Thanks for reply cedric. I checked your charting tool. But i want to plot the XY scatter graphs. Does you tool provide that. I also want to set all the properties og graph like Axes properities:- color, width ,scale( min, max, major division and minor division), auto scale function, marking data points Graph properties:- plotting points with/ without line connecting them, grid display function, labeling points, toggle title ON/OFF. Please let me know if your chart provide this.
-
Thanks for reply cedric. I checked your charting tool. But i want to plot the XY scatter graphs. Does you tool provide that. I also want to set all the properties og graph like Axes properities:- color, width ,scale( min, max, major division and minor division), auto scale function, marking data points Graph properties:- plotting points with/ without line connecting them, grid display function, labeling points, toggle title ON/OFF. Please let me know if your chart provide this.
sharda.bhagwatkar wrote:
But i want to plot the XY scatter graphs
What do you mean exactly by scatter graphs ? Points with an X and Y value ?
sharda.bhagwatkar wrote:
Axes properities:- color, width ,scale( min, max, major division and minor division), auto scale function, marking data points
Color: yes. Width: no (you mean the width of the axis line ?). Scale: partially (min&max and major division yes, but there's no minor division). Auto scale: yes. What do you mean by "marking data points" ?
sharda.bhagwatkar wrote:
plotting points with/ without line connecting them
If you use two separate series with the same data then yes (one series for the points, one for the line).
sharda.bhagwatkar wrote:
grid display function
You can enable or disable the grid for a specific axis.
sharda.bhagwatkar wrote:
labeling points
No, there's currently no such feature.
sharda.bhagwatkar wrote:
toggle title ON/OFF
Yes. BTW, does MsChart control provide with all those functionalities ? Even for labels on points ? I thought it was not that advanced :doh:
Cédric Moonen Software developer
Charting control [v1.4] -
sharda.bhagwatkar wrote:
But i want to plot the XY scatter graphs
What do you mean exactly by scatter graphs ? Points with an X and Y value ?
sharda.bhagwatkar wrote:
Axes properities:- color, width ,scale( min, max, major division and minor division), auto scale function, marking data points
Color: yes. Width: no (you mean the width of the axis line ?). Scale: partially (min&max and major division yes, but there's no minor division). Auto scale: yes. What do you mean by "marking data points" ?
sharda.bhagwatkar wrote:
plotting points with/ without line connecting them
If you use two separate series with the same data then yes (one series for the points, one for the line).
sharda.bhagwatkar wrote:
grid display function
You can enable or disable the grid for a specific axis.
sharda.bhagwatkar wrote:
labeling points
No, there's currently no such feature.
sharda.bhagwatkar wrote:
toggle title ON/OFF
Yes. BTW, does MsChart control provide with all those functionalities ? Even for labels on points ? I thought it was not that advanced :doh:
Cédric Moonen Software developer
Charting control [v1.4]What do you mean exactly by scatter graphs ? Points with an X and Y value ? -> Yes, with values X and Y. Color: yes. Width: no (you mean the width of the axis line ?). Scale: partially (min&max and major division yes, but there's no minor division). Auto scale: yes. What do you mean by "marking data points" ? -> Yes, width of axis line. ->axis scale should support -ve values also. -> Marking data points means each point on graph should be highlighte with some symbol like cross, square etc. If you use two separate series with the same data then yes (one series for the points, one for the line). No, i want the functionality in which we can set the property for one series with either lines connecting between points or without line connecting between points. MSCHART control provide all this functionalities. But just Zooming MSCHART i am not able to do it.
-
Hi, I want to zoom in the selected area on MSCHART. The area can be selected through rectangle which will be shown when the mouse moves over MSCHART. Please help me if anyone know how to zoom this area on MSCHART. One method i can think is shifting the selected rect origin to plot origin. For doing this, i will require Plot area in pixels. Thanks.
Sharda Did you find any solution to your problem? I am struggling with exactly same problem. Regards Sachit Jain
Sachit Jain