Package 

Class M3ChartStyleKt

    • Method Summary

      Modifier and Type Method Description
      final static ChartStyle m3ChartStyle(Color axisLabelColor, Color axisGuidelineColor, Color axisLineColor, List<Color> entityColors, Color elevationOverlayColor) Creates a baseline ChartStyle implementation using the colors provided via MaterialTheme.colorScheme.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • m3ChartStyle

        @Composable() final static ChartStyle m3ChartStyle(Color axisLabelColor, Color axisGuidelineColor, Color axisLineColor, List<Color> entityColors, Color elevationOverlayColor)

        Creates a baseline ChartStyle implementation using the colors provided via MaterialTheme.colorScheme. The colors may be customized.