Adds a ChartObject to the specified symbol's chart.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void Add( Symbol symbol, IChartObject chartObject ) |
| Visual Basic (Declaration) |
|---|
Public Sub Add ( _ symbol As Symbol, _ chartObject As IChartObject _ ) |
| Visual C++ |
|---|
public: void Add( Symbol^ symbol, IChartObject^ chartObject ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
Symbol to identify chart.
- chartObject
- Type: RightEdge.Common.ChartObjects..::.IChartObject
Instantiated ChartObject to add.