Package 

Object ChartStyle.Companion

    • Method Summary

      Modifier and Type Method Description
      final ChartStyle fromColors(Color axisLabelColor, Color axisGuidelineColor, Color axisLineColor, List<Color> entityColors, Color elevationOverlayColor) Creates a base implementation of ChartStyle using the provided colors.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.