Graphing
-
AWFWeatherGraphSeries
is a subclass ofAWFGraphSeries
that provides additional functionality for generating graphs based on requested weather data from the API. Instances ofAWFWeatherGraphSeries
must provide one or moreAWFWeatherSeriesItem
objects to use for representing a data element on the graph.See
AWFWeatherSeriesItemDeclaration
Objective-C
@interface AWFWeatherGraphSeries
Swift
class AWFWeatherGraphSeries
-
An
AWFWeatherSeriesItem
instance is a subclass ofAWFSeriesItem
that supports defining anAWFWeatherEndpoint
to use when requesting weather data needed for rendering this series item on a graph.See
AWFWeatherGraphSeriesDeclaration
Objective-C
@interface AWFWeatherSeriesItem
Swift
class AWFWeatherSeriesItem