CTBarChartDataProtocol
public protocol CTBarChartDataProtocol : CTLineBarChartDataProtocol
A protocol to extend functionality of CTLineBarChartDataProtocol
specifically for Bar Charts.
-
Undocumented
Declaration
Swift
associatedtype BarStyle : CTBarStyle
-
Overall styling for the bars
Declaration
Swift
var barStyle: BarStyle { get set }