Uses of Class
overit.geocall.basic.ui.control.ChartSerieConfigurationBuilder
Packages that use ChartSerieConfigurationBuilder
-
Uses of ChartSerieConfigurationBuilder in overit.geocall.basic.ui.control
Methods in overit.geocall.basic.ui.control that return ChartSerieConfigurationBuilderModifier and TypeMethodDescriptionChartSerieConfigurationBuilder.addSerie(overit.geocall.charts.Serie serie, ChartSerieType type, String dataLabelFormat, Color color, boolean stroke, String shape) Adds a serie to the chart.ChartSerieConfigurationBuilder.setDomainFont(overit.geocall.charts.ChartFont domainFont) Sets the font for the values on the domain axis.ChartSerieConfigurationBuilder.setDomainLabels(List<String> domainLabels) Sets the domain labels.ChartSerieConfigurationBuilder.setDomainRotation(int domainRotation) Sets the rotation for the values on the domain axis.ChartSerieConfigurationBuilder.setDomainTitle(String domainTitle) Sets the title for the domain axis.ChartSerieConfigurationBuilder.setDomainTitleFont(overit.geocall.charts.ChartFont domainTitleFont) Sets the font for the title of the domain axis.ChartSerieConfigurationBuilder.setFixedSize(boolean fixedSize) Sets the fixed size flag.ChartSerieConfigurationBuilder.setHorizontal(boolean horizontal) Sets whether the chart should be horizontal.ChartSerieConfigurationBuilder.setItemLabelFont(overit.geocall.charts.ChartFont itemLabelFont) Sets the font for the labels of the elements of each serie.ChartSerieConfigurationBuilder.setLegendBox(overit.geocall.charts.ChartLegendBox legendBox) Sets the legend box, it supports only the positioningChartSerieConfigurationBuilder.setLegendFont(overit.geocall.charts.ChartFont legendFont) Sets the legend font.ChartSerieConfigurationBuilder.setLegendItemSize(double legendItemSize) Sets the size of the legend items.ChartSerieConfigurationBuilder.setShowDomainGridLine(boolean showDomainGridLine) Sets whether the domain grid line should be shown.ChartSerieConfigurationBuilder.setShowLegend(boolean showLegend) Sets whether the legend should be shown.ChartSerieConfigurationBuilder.setShowValuesGridLine(boolean showValuesGridLine) Sets whether the values grid line should be shown.ChartSerieConfigurationBuilder.setStacked(boolean stacked) Sets whether the series should be stacked.ChartSerieConfigurationBuilder.setValuesFont(overit.geocall.charts.ChartFont valuesFont) Sets the font for the values on the values axis.ChartSerieConfigurationBuilder.setValuesMax(Double valueMax) Sets the maximum value for the values axis.ChartSerieConfigurationBuilder.setValuesMin(Double valueMin) Sets the minimum value for the values axis.ChartSerieConfigurationBuilder.setValuesStep(Double valuesStep) Sets the step between the values for the values axis.ChartSerieConfigurationBuilder.setValuesTitle(String valuesTitle) Sets the title for the values axis.ChartSerieConfigurationBuilder.setValuesTitleFont(overit.geocall.charts.ChartFont valuesTitleFont) Sets the font for the title of the values axis.ChartSerieConfigurationBuilder.setZoomable(boolean zoomable) Sets whether the chart should be zoomable.Methods in overit.geocall.basic.ui.control that return types with arguments of type ChartSerieConfigurationBuilderModifier and TypeMethodDescriptionprotected Holder<ChartSerieConfigurationBuilder> ChartSerie.getChartSerieConfigurationBuilderHolder()