InfoValue
public struct InfoValue<T> : View where T : CTChartData
Displays the data points value with the unit.
-
Undocumented
Declaration
Swift
public init(chartData: T)
-
Declaration
Swift
public var body: some View { get }