-
public interface DefaultColorsThe default chart colors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDefaultColors.LightThe default chart colors for light mode.
public classDefaultColors.DarkThe default chart colors for dark mode.
-
Method Summary
Modifier and Type Method Description abstract LonggetElevationOverlayColor()The default color for elevation overlays. abstract LonggetAxisLabelColor()The default color for axis labels. abstract LonggetAxisGuidelineColor()The default color for axis guidelines. abstract LonggetAxisLineColor()The default color for axis lines. abstract LonggetEntity1Color()The color for columns whose index in a column collection is 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 3k (k ∈ N). abstract LonggetEntity2Color()The color for columns whose index in a column collection is 1 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 1 + 3k (k ∈ N). abstract LonggetEntity3Color()The color for columns whose index in a column collection is 2 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 2 + 3k (k ∈ N). abstract LonggetLineColor()The default line color for line charts. -
-
Method Detail
-
getElevationOverlayColor
abstract Long getElevationOverlayColor()
The default color for elevation overlays. Its opacity is modified depending on the elevation.
-
getAxisLabelColor
abstract Long getAxisLabelColor()
The default color for axis labels.
-
getAxisGuidelineColor
abstract Long getAxisGuidelineColor()
The default color for axis guidelines.
-
getAxisLineColor
abstract Long getAxisLineColor()
The default color for axis lines.
-
getEntity1Color
abstract Long getEntity1Color()
The color for columns whose index in a column collection is 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 3k (k ∈ N).
-
getEntity2Color
abstract Long getEntity2Color()
The color for columns whose index in a column collection is 1 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 1 + 3k (k ∈ N).
-
getEntity3Color
abstract Long getEntity3Color()
The color for columns whose index in a column collection is 2 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 2 + 3k (k ∈ N).
-
getLineColor
abstract Long getLineColor()
The default line color for line charts.
-
-
-
-