-
public class ChartStyle.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ChartStyle.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ChartStylefromColors(Color axisLabelColor, Color axisGuidelineColor, Color axisLineColor, List<Color> entityColors, Color elevationOverlayColor)Creates a base implementation of ChartStyle using the provided colors. -
-
Method Detail
-
fromColors
final ChartStyle fromColors(Color axisLabelColor, Color axisGuidelineColor, Color axisLineColor, List<Color> entityColors, Color elevationOverlayColor)
Creates a base implementation of ChartStyle using the provided colors.
-
-
-
-