Search found 4 matches

by GregoryG
Wed Feb 27, 2019 8:15 am
Forum: Basic
Topic: VB.net boxplot DATA_1D
Replies: 3
Views: 27044

Hi Dave: I'm defining the data to be graphed graph elsewhere and calling the code I showed as such Public Sub New(ByVal bBoxPlot As Boolean, ByVal intCountDataSets As Integer, ByVal intTotalDataCount As Integer, ByVal bCaption As Boolean, ByVal strCaption As String, ByVal intMyAxisType As Integer, B...
by GregoryG
Tue Feb 12, 2019 12:05 pm
Forum: Basic
Topic: VB.net boxplot DATA_1D
Replies: 3
Views: 27044

VB.net boxplot DATA_1D

Greetings: Sorry for a mistaken post to the excel subject I'm trying to build a boxplot DATA_1D in vb.net. DPlot (not my own program) crashes on me. I've looked through the programmers guide, example projects and forums and I've not found a boxplot example. Here is the snippet of the code I'm sendin...
by GregoryG
Mon Feb 11, 2019 8:29 pm
Forum: Excel
Topic: Examples of DATA_1D (boxplot implementation)?
Replies: 0
Views: 19623

Examples of DATA_1D (boxplot implementation)?

Greetings: I'm trying to build a boxplot DATA_1D and DPlot (not my own program) crashes on me. I've looked through the programmers guide, example projects and forums and I've not found a boxplot example. Here is the snippet of the code I'm sending. Try dMyPlot.Initialize() dMyPlot.Version = DPLOT_DD...
by GregoryG
Tue Dec 16, 2014 12:00 pm
Forum: General discussion
Topic: PrintEnhancedMetafile vs DPlot_Command
Replies: 1
Views: 16162

PrintEnhancedMetafile vs DPlot_Command

I'm writing an interface to graph complex data. I'm using BTEST4 to figure out how to do different tasks. My question is what are the advantages vs disadvantages of using PrintEnhancedMetafile vs DPlot_Command printing. *The enhancedmetafile call scales the result to the picturebox and that print ro...