AWFWeatherSeriesItem
@interface AWFWeatherSeriesItem
An AWFWeatherSeriesItem
instance is a subclass of AWFSeriesItem
that supports defining an AWFWeatherEndpoint
to use when requesting weather data
needed for rendering this series item on a graph.
See
AWFWeatherGraphSeries-
The endpoint to use for loading the data needed for the series item.
Declaration
Objective-C
@property (readwrite, strong, nonatomic) AWFWeatherEndpoint *_Nonnull endpoint;
Swift
var endpoint: AWFWeatherEndpoint { get set }