TradingChartGetAllRangeButtons Method |
LightningChart .NET Help
Gets list of all time range buttons
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.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