NewGraph     Procedure (Sub)

Public Sub NewGraph(GraphName$, Optional x1 As Double = 0, Optional x2 As Double = 0, Optional y1 As Double = 0, Optional y2 As Double = 0)

Add a new graph to the page

ParameterTypeDescription

GraphName$

String

Graph name

x1

Double

First x-axis value

x2

Double

Second x-axis value (x1=x2=0 to use auto axis range)

y1

Double

First y-axis value

y2

Double

Second y-axis value (x1=x2=0 to use auto axis range)

Example

Call ecGraph1.NewGraph(graphname, x1, x2, y1, y2) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd