Syntax
Public Sub ChartRedraw(Optional chart_id As Long = 0)
Description
This function is used to redraw the specified chart after changing it.
Parameters
Key | Description |
chart_id | Chart ID, 0 is the current chart, value of type Long. |
Return value
No returned value.
Sample
Public Sub main()ChartRedraw 0End Sub
See Also