TradingChartSymbol Property |
LightningChart .NET Help
Symbol of Security, e.g. "AAPL"
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute("AAPL")]
public string Symbol { get; set; }<DefaultValueAttribute("AAPL")>
Public Property Symbol As String
Get
Setpublic:
[DefaultValueAttribute(L"AAPL")]
property String^ Symbol {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also