Points
public final class Points : ZTMappable
Points for spider chart
-
Label
Declaration
Swift
public var label: String?
-
Current Value
Declaration
Swift
public var value: Double?
-
Previous value
Declaration
Swift
public var previous: Double?
-
Initializer
Declaration
Swift
public required init?(map: ZTMap)
Parameters
map
A mapping from ObjectMapper.
-
ZTMap a JSON object to this class using ObjectMapper.
Declaration
Swift
public func mapping(map: ZTMap)
Parameters
map
A mapping from ObjectMapper.