Uses of Class
org.moxieapps.gwt.highcharts.client.Navigator

Packages that use Navigator
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
 

Uses of Navigator in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client that return Navigator
 Navigator StockChart.getNavigator()
          Access the StockChart's Navigator, for customization.
 Navigator Navigator.setAdaptToUpdatedData(boolean adaptToUpdatedData)
          When this option is true, the navigator will redraw and reposition when data is updated in the main chart.
 Navigator Navigator.setBaseSeries(Number seriesIndex)
          Specify the index of the base series for the navigator.
 Navigator Navigator.setBaseSeries(String seriesId)
          Specify the ID of the base series for the navigator.
 Navigator Navigator.setEnabled(boolean enabled)
          Enable or disable the navigator.
 Navigator Navigator.setHandlesBackgroundColor(String color)
          Set the background color of the navigator handles.
 Navigator Navigator.setHandlesBorderColor(String color)
          Set the border color of the navigator handles.
 Navigator Navigator.setHeight(Number height)
          Set the height of the navigator.
 Navigator Navigator.setMargin(Number margin)
          Set the distance from the nearest element, the X axis or X axis labels.
 Navigator Navigator.setMaskFill(String maskFillColor)
          Set the color mask covering the areas of the navigator series that are currently not visible in the main series.
 Navigator Navigator.setOutlineColor(String outlineColor)
          Set the color of the line marking the currently zoomed area in the navigator.
 Navigator Navigator.setOutlineWidth(Number outlineWidth)
          Set the width of the line marking the currently zoomed area in the navigator.
 



Copyright © 2015. All Rights Reserved.