Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
<CPTPlotAreaDelegate> Protocol Reference

Plot area delegate. More...

#import <CPTPlotArea.h>

+ Inheritance diagram for <CPTPlotAreaDelegate>:
+ Collaboration diagram for <CPTPlotAreaDelegate>:

Public Instance Methods

Plot Area Selection
(void) - plotAreaWasSelected:
 (Optional) Informs the delegate that a plot area received both the touch down and up events. More...
 
(void) - plotAreaWasSelected:withEvent:
 (Optional) Informs the delegate that a plot area received both the touch down and up events. More...
 
(void) - plotAreaTouchDown:
 (Optional) Informs the delegate that a plot area touch started. More...
 
(void) - plotAreaTouchDown:withEvent:
 (Optional) Informs the delegate that a plot area touch started. More...
 
(void) - plotAreaTouchUp:
 (Optional) Informs the delegate that a plot area touch ended. More...
 
(void) - plotAreaTouchUp:withEvent:
 (Optional) Informs the delegate that a plot area touch ended. More...
 
- Public Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 

Detailed Description

Plot area delegate.

Method Documentation

◆ plotAreaTouchDown:

- (void) plotAreaTouchDown: (nonnull CPTPlotArea *)  plotArea

(Optional) Informs the delegate that a plot area touch started.

Parameters
plotAreaThe plot area.

◆ plotAreaTouchDown:withEvent:

- (void) plotAreaTouchDown: (nonnull CPTPlotArea *)  plotArea
withEvent: (nonnull CPTNativeEvent *)  event 

(Optional) Informs the delegate that a plot area touch started.

Parameters
plotAreaThe plot area.
eventThe event that triggered the selection.

◆ plotAreaTouchUp:

- (void) plotAreaTouchUp: (nonnull CPTPlotArea *)  plotArea

(Optional) Informs the delegate that a plot area touch ended.

Parameters
plotAreaThe plot area.

◆ plotAreaTouchUp:withEvent:

- (void) plotAreaTouchUp: (nonnull CPTPlotArea *)  plotArea
withEvent: (nonnull CPTNativeEvent *)  event 

(Optional) Informs the delegate that a plot area touch ended.

Parameters
plotAreaThe plot area.
eventThe event that triggered the selection.

◆ plotAreaWasSelected:

- (void) plotAreaWasSelected: (nonnull CPTPlotArea *)  plotArea

(Optional) Informs the delegate that a plot area received both the touch down and up events.

Parameters
plotAreaThe plot area.

◆ plotAreaWasSelected:withEvent:

- (void) plotAreaWasSelected: (nonnull CPTPlotArea *)  plotArea
withEvent: (nonnull CPTNativeEvent *)  event 

(Optional) Informs the delegate that a plot area received both the touch down and up events.

Parameters
plotAreaThe plot area.
eventThe event that triggered the selection.

The documentation for this protocol was generated from the following file: