GetSelectedAxisIndex     Procedure (Function)

Public Function GetSelectedAxisIndex(XY As Integer) As Integer

Returns the axis index number of the currently-selected x-axis (XY=0) or y-axis (XY=1)

ParameterTypeDescription

XY

Integer

0 to get current x-axis index, 1 for y-axis

See Also

SelectXaxis   SelectYaxis   SetSelectedAxis  

Example

x = ecGraph1.GetSelectedAxisIndex(xy)


     
Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd