Plot area delegate.
More...
#import <CPTPlotArea.h>
◆ plotAreaTouchDown:
- (void) plotAreaTouchDown: |
|
(nonnull CPTPlotArea *) |
plotArea |
|
(Optional) Informs the delegate that a plot area was pressed.
- Parameters
-
◆ plotAreaTouchDown:withEvent:
(Optional) Informs the delegate that a plot area was pressed.
- Parameters
-
plotArea | The plot area. |
event | The event that triggered the selection. |
◆ plotAreaTouchUp:
- (void) plotAreaTouchUp: |
|
(nonnull CPTPlotArea *) |
plotArea |
|
(Optional) Informs the delegate that a plot area was released.
- Parameters
-
◆ plotAreaTouchUp:withEvent:
(Optional) Informs the delegate that a plot area was released.
- Parameters
-
plotArea | The plot area. |
event | The 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
-
◆ plotAreaWasSelected:withEvent:
(Optional) Informs the delegate that a plot area was both pressed and released.
- Parameters
-
plotArea | The plot area. |
event | The event that triggered the selection. |
The documentation for this protocol was generated from the following file: