| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
RangeSelector |
RangeSelector.setButtons(RangeSelector.Button... buttons)
Configure the buttons to show in the range selector.
|
RangeSelector |
RangeSelector.setButtonSpacing(Number buttonSpacing)
Set the space in pixels between the buttons in the range selector.
|
RangeSelector |
RangeSelector.setEnabled(boolean enabled)
Enable or disable the range selector.
|
RangeSelector |
RangeSelector.setInputDateFormat(String inputDateFormat)
The date format in the input boxes when not selected for editing.
|
RangeSelector |
RangeSelector.setInputEditDateFormat(String inputEditDateFormat)
The date format in the input boxes when they are selected for editing.
|
RangeSelector |
RangeSelector.setInputEnabled(boolean inputEnabled)
Enable or disable the date input boxes.
|
RangeSelector |
RangeSelector.setInputPositionAlign(RangeSelector.Align align)
Convenience method for setting the 'inputPosition' option for the rangeSelector.
|
RangeSelector |
RangeSelector.setInputPositionVerticalAlign(RangeSelector.VerticalAlign verticalAlign)
Convenience method for setting the 'inputPosition' option for the rangeSelector.
|
RangeSelector |
RangeSelector.setInputPositionX(Number x)
Convenience method for setting the 'inputPosition' option for the rangeSelector.
|
RangeSelector |
RangeSelector.setInputPositionY(Number y)
Convenience method for setting the 'inputPosition' option for the rangeSelector.
|
RangeSelector |
RangeSelector.setInputStyle(Style inputStyle)
CSS for the HTML inputs in the range selector.
|
RangeSelector |
RangeSelector.setLabelStyle(Style labelStyle)
CSS styles for the labels - the Zoom, From and To texts.
|
RangeSelector |
RangeSelector.setSelected(Number selected)
Set the index of the button to appear pre-selected.
|
| Modifier and Type | Method and Description |
|---|---|
StockChart |
StockChart.setRangeSelector(RangeSelector rangeSelector)
Convenience method for setting the 'rangeSelector' chart options.
|
Copyright © 2015. All Rights Reserved.