RemoveChartDrawings()

Description

This method removes all drawings from the chart See RemoveChartDrawings().

Usage

RemoveChartDrawings()

Return Value

none

Example

//Delete all drawings from the chart
RemoveChartDrawings();

Last updated