Variables


GRAPHWIDTH

Airport ID (-1 if not loaded)

RW

GRAPHHEIGHT

Airport Altitude

RW

GRAPHAUTOFIT

Use DayLightSavingTime boolean (for today)

RW



Functions


GraphImageShow(url As String) As Boolean

GraphImageRemove() As Boolean

GraphChartShow() As Boolean




Example, Show Image


dim file


' show picture with default startsize and autofit 

file = [#BASEPATH#\Data\Demo.jpg]

GRAPHWIDTH = 300

GRAPHHEIGHT = 150

GRAPHAUTOFIT = true

output = GraphImageShow(file)

Created with the Personal Edition of HelpNDoc: Easily create Qt Help files