Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
CPTAnnotation abstract methods—must be overridden by subclasses. More...
#import <CPTAnnotation.h>
Public Instance Methods | |
Layout | |
(void) | - positionContentLayer |
Positions the content layer relative to its reference anchor. More... | |
CPTAnnotation abstract methods—must be overridden by subclasses.
- (void) positionContentLayer |
Positions the content layer relative to its reference anchor.
This method must be overridden by subclasses. The default implementation does nothing.
Extends class CPTAnnotation.