Sets a price series to this chart pane.
Namespace:
RightEdge.Common
Assembly:
Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void SetPriceSeries(
ChartPriceSeries series,
string name
) |
| Visual Basic (Declaration) |
|---|
Public Sub SetPriceSeries ( _
series As ChartPriceSeries, _
name As String _
) |
| Visual C++ |
|---|
public:
void SetPriceSeries(
ChartPriceSeries^ series,
String^ name
) |
Parameters
- series
- Type: ChartPriceSeries
An instance of ChartPriceSeries to assign to this chart.
- name
- Type: System..::.String
Friendly name of the series.
See Also