CQG API 4.0 - Revised
RemovePointAndFigureBars Method
See Also  Send Feedback
cqg_point_and_figure_bars
The CQGPointAndFigureBars to remove
CQGCEL Interface : RemovePointAndFigureBars Method

Glossary Item Box

Description

Unsubscribes from and removes a CQGPointAndFigureBars from the CQGPointAndFigureBarsCollection.

Syntax

Visual Basic
Public Sub RemovePointAndFigureBars( _
   ByVal cqg_point_and_figure_bars As CQGPointAndFigureBars _
) 

Parameters

cqg_point_and_figure_bars
The CQGPointAndFigureBars to remove

See Also