ChartHelper
struct ChartHelper
Undocumented
-
Undocumented
Declaration
Swift
static func generateXYChartSetFromItems( _ items: [Item], xAxis: (Item) -> Double?, yAxis: (Item) -> Double?, labelExpression: ((Item) -> String?)? ) -> ChartSetXY
-
Undocumented
Declaration
Swift
static func generateLabelledYChartSetFromItems( _ items: [Item], labelExpression: (Item) -> String?, yAxis: (Item) -> Double? ) -> ChartSetLabelledY