Displays a chart for the specified Symbol.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void ShowChart( Symbol symbol, DateTime dateTime ) |
| Visual Basic (Declaration) |
|---|
Public Sub ShowChart ( _ symbol As Symbol, _ dateTime As DateTime _ ) |
| Visual C++ |
|---|
public: void ShowChart( Symbol^ symbol, DateTime dateTime ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
Symbol to display the chart for.
- dateTime
- Type: System..::.DateTime
Date to scroll to within the chart.
Remarks
This allows for a chart to be displayed from a system results plugin.
For example, if the plugin displays a list of trades, it might be useful
to allow the user to double click a trade in the list to open a chart.