Syntax
Public Function ChartHigh () As Integer
Description
This function is used to return a high value of the chart.
Parameters
No Parameters
Return value
Returns the high value on the chart as type Integer.
Sample
Public Sub main() AlertMessage ChartHigh End Sub
See Also