Uses of Enum Class
overit.geocall.basic.ui.control.ChartSerieType
Packages that use ChartSerieType
-
Uses of ChartSerieType in overit.geocall.basic.ui.control
Methods in overit.geocall.basic.ui.control that return ChartSerieTypeModifier and TypeMethodDescriptionChartSerie.SerieEntry.type()Returns the value of thetyperecord component.ChartSerieConfigurationBuilder.SerieConfiguration.type()Returns the value of thetyperecord component.static ChartSerieTypeReturns the enum constant of this class with the specified name.static ChartSerieType[]ChartSerieType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.basic.ui.control with parameters of type ChartSerieTypeModifier and TypeMethodDescriptionvoidChartSerie.addSerie(ChartSerieType type, overit.geocall.charts.Serie serie) Adds a serie to the chart.ChartSerieConfigurationBuilder.addSerie(overit.geocall.charts.Serie serie, ChartSerieType type, String dataLabelFormat, Color color, boolean stroke, String shape) Adds a serie to the chart.Constructors in overit.geocall.basic.ui.control with parameters of type ChartSerieTypeModifierConstructorDescriptionprotectedSerieConfiguration(overit.geocall.charts.Serie serie, ChartSerieType type, String dataLabelFormat, Color color, boolean stroke, String shape) Creates an instance of aSerieConfigurationrecord class.SerieEntry(overit.geocall.charts.Serie serie, ChartSerieType type) Creates an instance of aSerieEntryrecord class.