LineChartSwiftUIView
struct LineChartSwiftUIView : UIViewRepresentable
Undocumented
-
Undocumented
Declaration
Swift
var model: LineChartModel -
Undocumented
Declaration
Swift
var onPress: ((Int) -> Void)? -
Declaration
Swift
func makeUIView(context: Context) -> LineChartView -
Declaration
Swift
func updateUIView(_ chartView: LineChartView, context _: Context) -
Declaration
Swift
func makeCoordinator() -> Coordinator
-
Declaration
Swift
final class Coordinator : NSObject, ChartViewDelegate
LineChartSwiftUIView Structure Reference