David:
I successfully developed an application with VB 2005 that called DPLOTLIB.DLL using the example included with the software:
Public Sub DPlot_FindDPLOTLIB()
' Find DPLOTLIB.DLL.
Dim key As Microsoft.Win32.RegistryKey
Dim path As String
Dim hLib As IntPtr
hLib = LoadLibrary ...
Search found 12 matches
- Thu Jul 08, 2010 5:30 pm
- Forum: Basic
- Topic: DPLOTLIB.DLL with VB 2008
- Replies: 5
- Views: 79786
- Mon May 07, 2007 11:01 am
- Forum: Suggestions/Questions
- Topic: Autoscale in one axis with VB.NET
- Replies: 2
- Views: 13024
- Mon May 07, 2007 10:40 am
- Forum: Suggestions/Questions
- Topic: Autoscale in one axis with VB.NET
- Replies: 2
- Views: 13024
Autoscale in one axis with VB.NET
Good morning:
I am plotting curves with VB.NET and I am scaling the coordinates using the command ManualScale. Is there any way to autoscale the data in Y and set the limits in X ? Example: I want my X data to be displayed from 0 to 175, but the data in Y to be autoscaled.
Thanks.
Mao
I am plotting curves with VB.NET and I am scaling the coordinates using the command ManualScale. Is there any way to autoscale the data in Y and set the limits in X ? Example: I want my X data to be displayed from 0 to 175, but the data in Y to be autoscaled.
Thanks.
Mao
- Mon Apr 30, 2007 4:15 pm
- Forum: Suggestions/Questions
- Topic: Multiple plots in the same page with VB.NET
- Replies: 13
- Views: 36253
- Fri Apr 27, 2007 9:01 am
- Forum: Suggestions/Questions
- Topic: Multiple plots in the same page with VB.NET
- Replies: 13
- Views: 36253
- Thu Apr 26, 2007 5:08 pm
- Forum: Suggestions/Questions
- Topic: Multiple plots in the same page with VB.NET
- Replies: 13
- Views: 36253
- Thu Apr 26, 2007 3:14 pm
- Forum: Suggestions/Questions
- Topic: Multiple plots in the same page with VB.NET
- Replies: 13
- Views: 36253
- Wed Apr 25, 2007 8:16 pm
- Forum: Suggestions/Questions
- Topic: Multiple plots in the same page with VB.NET
- Replies: 13
- Views: 36253
- Wed Apr 25, 2007 8:15 pm
- Forum: Suggestions/Questions
- Topic: Multiple plots in the same page with VB.NET
- Replies: 13
- Views: 36253
- Wed Apr 25, 2007 3:59 pm
- Forum: Suggestions/Questions
- Topic: Multiple plots in the same page with VB.NET
- Replies: 13
- Views: 36253
Multiple plots in the same page with VB.NET
Good afternoon:
Can I define an array of DPLOT entities ? I am trying to plot several plots in the same page with VB.NET using the structure of the example btest4.vb. As the settings of the plots are very similar, I would like to have something like this (assuming I will plot 9 plots in one page ...
Can I define an array of DPLOT entities ? I am trying to plot several plots in the same page with VB.NET using the structure of the example btest4.vb. As the settings of the plots are very similar, I would like to have something like this (assuming I will plot 9 plots in one page ...
- Tue Apr 24, 2007 9:46 am
- Forum: Suggestions/Questions
- Topic: DPlot_Plot8 for XYXY graphs
- Replies: 3
- Views: 14695
- Thu Mar 29, 2007 4:24 pm
- Forum: Suggestions/Questions
- Topic: DPlot_Plot8 for XYXY graphs
- Replies: 3
- Views: 14695
DPlot_Plot8 for XYXY graphs
Good afternoon:
Could you please tell me how is the way to use the parameters of DPlot_Plot8 when you have several curves with different Xs (XYXY) ?
Thanks.
Mao
Could you please tell me how is the way to use the parameters of DPlot_Plot8 when you have several curves with different Xs (XYXY) ?
Thanks.
Mao