Uses of Class
com.vaadin.componentfactory.maps.model.ColorAxis
Packages that use ColorAxis
-
Uses of ColorAxis in com.vaadin.componentfactory.maps.model
Methods in com.vaadin.componentfactory.maps.model that return ColorAxisModifier and TypeMethodDescriptionConfiguration.getColorAxis()Returns the color axis.Configuration.getColorAxis(int index) Getter for the fieldcolorAxis.PlotOptionsHeatmap.getColorAxis()Getter for the fieldcolorAxis.PlotOptionsMap.getColorAxis()Getter for the fieldcolorAxis.PlotOptionsMapbubble.getColorAxis()Getter for the fieldcolorAxis.PlotOptionsMapline.getColorAxis()Getter for the fieldcolorAxis.PlotOptionsMappoint.getColorAxis()Getter for the fieldcolorAxis.PlotOptionsSeries.getColorAxis()Getter for the fieldcolorAxis.Methods in com.vaadin.componentfactory.maps.model with parameters of type ColorAxisModifier and TypeMethodDescriptionvoidConfiguration.addColorAxis(ColorAxis axis) Adds a color-axis to the configurationvoidPlotOptionsHeatmap.setColorAxis(ColorAxis colorAxis) Set this option tofalseto prevent a series from connecting to the global color axis.voidPlotOptionsMap.setColorAxis(ColorAxis colorAxis) Set this option tofalseto prevent a series from connecting to the global color axis.voidPlotOptionsMapbubble.setColorAxis(ColorAxis colorAxis) Set this option tofalseto prevent a series from connecting to the global color axis.voidPlotOptionsMapline.setColorAxis(ColorAxis colorAxis) Set this option tofalseto prevent a series from connecting to the global color axis.voidPlotOptionsMappoint.setColorAxis(ColorAxis colorAxis) Set this option tofalseto prevent a series from connecting to the global color axis.voidPlotOptionsSeries.setColorAxis(ColorAxis colorAxis) Set this option tofalseto prevent a series from connecting to the global color axis.