Adds a BarData object to the list for the specified symbol.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void AddBar( Symbol symbol, BarData bar ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddBar ( _ symbol As Symbol, _ bar As BarData _ ) |
| Visual C++ |
|---|
public: void AddBar( Symbol^ symbol, BarData^ bar ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
Symbol object this bar data relates to.
- bar
- Type: RightEdge.Common..::.BarData
Actual BarData to add.