SharpScriptBaseSetSecondaryInstrument Method |
Sets the instrument of the secondary bars. Can be called only when State is in Initialize state.
Namespace:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax protected void SetSecondaryInstrument(
string instrument,
int barsIndex
)
Parameters
- instrument
- Type: SystemString
String value of the instrument - barsIndex
- Type: SystemInt32
See Also