Graphing

  • AWFWeatherGraphSeries is a subclass of AWFGraphSeries that provides additional functionality for generating graphs based on requested weather data from the API. Instances of AWFWeatherGraphSeries must provide one or more AWFWeatherSeriesItem objects to use for representing a data element on the graph.

    See

    AWFWeatherSeriesItem
    See more

    Declaration

    Objective-C

    @interface AWFWeatherGraphSeries

    Swift

    class AWFWeatherGraphSeries
  • 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
    See more

    Declaration

    Objective-C

    @interface AWFWeatherSeriesItem

    Swift

    class AWFWeatherSeriesItem