Core Plot (macOS)
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 was both pressed and released. More...
 
(void) - plotAreaWasSelected:withEvent:
 (Optional) Informs the delegate that a plot area was both pressed and released. More...
 
(void) - plotAreaTouchDown:
 (Optional) Informs the delegate that a plot area was pressed. More...
 
(void) - plotAreaTouchDown:withEvent:
 (Optional) Informs the delegate that a plot area was pressed. More...
 
(void) - plotAreaTouchUp:
 (Optional) Informs the delegate that a plot area was released. More...
 
(void) - plotAreaTouchUp:withEvent:
 (Optional) Informs the delegate that a plot area was released. 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 was pressed.

Parameters
plotAreaThe plot area.

◆ plotAreaTouchDown:withEvent:

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

(Optional) Informs the delegate that a plot area was pressed.

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

◆ plotAreaTouchUp:

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

(Optional) Informs the delegate that a plot area was released.

Parameters
plotAreaThe plot area.

◆ plotAreaTouchUp:withEvent:

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

(Optional) Informs the delegate that a plot area was released.

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

◆ plotAreaWasSelected:

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

(Optional) Informs the delegate that a plot area was both pressed and released.

Parameters
plotAreaThe plot area.

◆ plotAreaWasSelected:withEvent:

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

(Optional) Informs the delegate that a plot area was both pressed and released.

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

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