| ISavedPolarPlotStorage Interface | 
Namespace: VirtualRadar.Interface.Settings
The ISavedPolarPlotStorage type exposes the following members.
| Name | Description | |
|---|---|---|
| Singleton | 
            Gets the single instance of the class that should be used throughout the application.
              (Inherited from ISingletonT.) | 
| Name | Description | |
|---|---|---|
| Load | 
            Loads the saved polar plot for a feed. If there is no saved polar plot, or if the feed's properties
            have changed since the plot was last saved, then null is returned.
              | |
| Save | 
            Uses the FeedManager to retrieve all feeds and saves polar plots for those that have them.
              | |
| Save(IFeed) | 
            Saves the polar plot for a single feed.
              |