DLL API for 2D-linestyle, zoom, click and GDI+ support.

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
muatong
Posts: 3
Joined: Fri Nov 27, 2009 11:57 pm

DLL API for 2D-linestyle, zoom, click and GDI+ support.

Post by muatong »

Sorry in fact a few questions :lol:

1. Is there any way to specify the line-style (type, color, width and symbol of a line graph in DLL API. So the external app can specify these attributes.

2. Any DLL API can move to and zoom in a range of X value?

3. Any chance, DPLOT will use GDI+ for trasparent effect soon? In my 2D-line plots, lines are blocking each other.

4. Anyway DLL can give event call back about location of mouse click?

Thanks for the excellent product!
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

1. Is there any way to specify the line-style (type, color, width and symbol of a line graph in DLL API. So the external app can specify these attributes.
Yes, by calling DPlot_Command with, respectively, LineType, Color, LineWidth, and SymbolType commands.
2. Any DLL API can move to and zoom in a range of X value?
See ManualScale command.
3. Any chance, DPLOT will use GDI+ for trasparent effect soon? In my 2D-line plots, lines are blocking each other.
Doubtful. I've tried to make DPlot as device-independent as possible.
4. Anyway DLL can give event call back about location of mouse click?
Indirectly, and then only if you are displaying the graph within your own application rather than the DPlot application window. See the btest2 and ctest2 demo programs.
Visualize Your Data
support@dplot.com
Post Reply