Uses of Class
com.arbergashi.charts.api.BasicChartTheme.Builder
Packages that use BasicChartTheme.Builder
-
Uses of BasicChartTheme.Builder in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api that return BasicChartTheme.BuilderModifier and TypeMethodDescriptionBasicChartTheme.Builder.accentColor(Color accentColor) Sets the accent color used for highlights and primary series.BasicChartTheme.Builder.axisLabelColor(Color axisLabelColor) Sets the axis label color.BasicChartTheme.Builder.background(Color background) Sets the chart background color.Sets the base font for chart text.static BasicChartTheme.BuilderBasicChartTheme.builder()Creates a new builder for constructing a BasicChartTheme.BasicChartTheme.Builder.foreground(Color foreground) Sets the foreground color used for labels and strokes.Sets the grid line color.BasicChartTheme.Builder.seriesColors(Color[] seriesColors) Sets the series palette used by index-based renderers.