CTMultiBarChartDataProtocol

public protocol CTMultiBarChartDataProtocol : CTBarChartDataProtocol

A protocol to extend functionality of CTBarChartDataProtocol specifically for Multi Part Bar Charts.

  • Grouping data to inform the chart about the relationship between the datapoints.

    Declaration

    Swift

    var groups: [GroupingData] { get set }