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