TradingChartGetAllRangeButtons Method |
LightningChart .NET Help
Gets a list of all time range buttons.
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntaxpublic List<ToggleButton> GetAllRangeButtons()
Public Function GetAllRangeButtons As List(Of ToggleButton)
public:
List<ToggleButton^>^ GetAllRangeButtons()
Return Value
Type:
ListToggleButtonList of buttons
See Also