![]() |
Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
CPTTheme abstract methods—must be overridden by subclasses. More...
#import <CPTTheme.h>
Public Instance Methods | |
| (void) | - applyThemeToBackground: [implementation] |
| Applies the background theme to the provided graph. More... | |
| (void) | - applyThemeToPlotArea: [implementation] |
| Applies the theme to the provided plot area. More... | |
| (void) | - applyThemeToAxisSet: [implementation] |
| Applies the theme to the provided axis set. More... | |
Theme Usage | |
| (nullable id) | - newGraph |
| Creates a new graph styled with the theme. More... | |
| (void) | - applyThemeToBackground: |
| (void) | - applyThemeToPlotArea: |
| (void) | - applyThemeToAxisSet: |
CPTTheme abstract methods—must be overridden by subclasses.
|
implementation |
Applies the theme to the provided axis set.
| axisSet | The axis set to style. |
Extends class CPTTheme.
| - (void) applyThemeToAxisSet: | (nonnull CPTAxisSet *) | axisSet |
Extends class CPTTheme.
|
implementation |
Applies the background theme to the provided graph.
| graph | The graph to style. |
Extends class CPTTheme.
|
implementation |
Applies the theme to the provided plot area.
| plotAreaFrame | The plot area to style. |
Extends class CPTTheme.
| - (void) applyThemeToPlotArea: | (nonnull CPTPlotAreaFrame *) | plotAreaFrame |
Extends class CPTTheme.
| - (nullable id) newGraph |