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
mapA mapping from ObjectMapper.
-
ZTMap a JSON object to this class using ObjectMapper.
Declaration
Swift
public func mapping(map: ZTMap)Parameters
mapA mapping from ObjectMapper.
View on GitHub
Points Class Reference