MURadarGraphData
public struct MURadarGraphData
Struct that represent radar graph data
-
Defines the radar graph values
Declaration
Swift
public let values: [CGFloat] -
Defines the radar graph data color
Declaration
Swift
public let color: UIColor -
Init a radar graph data with default values
Declaration
Swift
public init(values: [CGFloat], color: UIColor = .black)
View on GitHub
Install in Dash
MURadarGraphData Structure Reference