WAPlots.CreatePlotVB6: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|WAPlots Class|WAPlots}} == Declaration == {{APIPrefix|Function}} {{APIName|CreatePlotVB6(}} {{APIPrefix|ByVal}} {{APIName|PlotType}} {{APIPrefix|As}} {{API…')
 
No edit summary
Line 8: Line 8:
{{APIName|PlotType}}
{{APIName|PlotType}}
{{APIPrefix|As}}
{{APIPrefix|As}}
{{APIName|WAPlotType,}}
{{APIName|[[WAPlotType]],}}
{{APIPrefix|Optional ByVal}}
{{APIPrefix|Optional ByVal}}
{{APIName|UserSettings}}
{{APIName|UserSettings}}
{{APIPrefix|As}}
{{APIPrefix|As}}
{{APIName|WAPlotSettings}}
{{APIName|[[WAPlotSettings]]}}
=
=
{{APIPrefix|Nothing}}
{{APIPrefix|Nothing}}

Revision as of 21:15, 11 September 2013



Declaration

Function CreatePlotVB6( ByVal PlotType As WAPlotType, Optional ByVal UserSettings As WAPlotSettings = Nothing , Optional ByVal Width As Integer = 1150, Optional ByVal Height As Integer = 800) As Object

For VB6/VBA users only - use it instead of CreatePlot. Returns the picture containing the image of the plot.