public class RangeSelector extends BaseOption
The range selector is a tool for selecting ranges to display within the chart. It provides buttons to select preconfigured ranges in the chart, like 1 day, 1 week, 1 month etc. It also provides input boxes where min and max dates can be manually input.
Copyright (c) 2022 Powerbuilt Systems. All rights reserved.Modifier and Type | Field and Description |
---|---|
static RangeSelector |
NULL |
Constructor and Description |
---|
RangeSelector() |
Modifier and Type | Method and Description |
---|---|
Number |
getSelected()
The index of the button to appear pre-selected.
|
RangeSelector |
setSelected(Number selected)
The index of the button to appear pre-selected.
|
set_hcNulledOption
public static final RangeSelector NULL
public Number getSelected()
The index of the button to appear pre-selected.
public RangeSelector setSelected(Number selected)
The index of the button to appear pre-selected.
selected
- the value for the selected optionCopyright © 2022. All rights reserved.