Plot delegate.
More...
#import <CPTPlot.h>
◆ didFinishDrawing:
- (void) didFinishDrawing: |
|
(nonnull CPTPlot *) |
plot |
|
(Optional) Informs the delegate that plot drawing is finished.
- Parameters
-
◆ plot:dataLabelTouchDownAtRecordIndex:
- (void) plot: |
|
(nonnull CPTPlot *) |
plot |
dataLabelTouchDownAtRecordIndex: |
|
(NSUInteger) |
idx |
|
|
| |
(Optional) Informs the delegate that a data label was pressed.
- Parameters
-
plot | The plot. |
idx | The index of the clicked data label. |
◆ plot:dataLabelTouchDownAtRecordIndex:withEvent:
(Optional) Informs the delegate that a data label was pressed.
- Parameters
-
plot | The plot. |
idx | The index of the clicked data label. |
event | The event that triggered the selection. |
◆ plot:dataLabelTouchUpAtRecordIndex:
- (void) plot: |
|
(nonnull CPTPlot *) |
plot |
dataLabelTouchUpAtRecordIndex: |
|
(NSUInteger) |
idx |
|
|
| |
(Optional) Informs the delegate that a data label was released.
- Parameters
-
plot | The plot. |
idx | The index of the clicked data label. |
◆ plot:dataLabelTouchUpAtRecordIndex:withEvent:
(Optional) Informs the delegate that a data label was released.
- Parameters
-
plot | The plot. |
idx | The index of the clicked data label. |
event | The event that triggered the selection. |
◆ plot:dataLabelWasSelectedAtRecordIndex:
- (void) plot: |
|
(nonnull CPTPlot *) |
plot |
dataLabelWasSelectedAtRecordIndex: |
|
(NSUInteger) |
idx |
|
|
| |
(Optional) Informs the delegate that a data label was both pressed and released.
- Parameters
-
plot | The plot. |
idx | The index of the clicked data label. |
◆ plot:dataLabelWasSelectedAtRecordIndex:withEvent:
(Optional) Informs the delegate that a data label was both pressed and released.
- Parameters
-
plot | The plot. |
idx | The index of the clicked data label. |
event | The event that triggered the selection. |
The documentation for this protocol was generated from the following file: