Contains information about action that leaded to selection changing.
@interface DXSelectionInfo
Returns the action that brought to selection changing.
@property (readonly) DXSelectionAction action
Type | Description |
---|---|
DXSelectionAction | The DXSelectionAction enumeration value that indicates the selection action. |
Returns information about series points that are deselected.
@property (readonly, copy) DXSeriesPointInfo *deselectedInfo
Type | Description |
---|---|
DXSeriesPointInfo * | A DXSeriesPointInfo object that provides information about deselected points. |
Note that this property can return nil if the selection action does not imply a series point deselection.
Returns information about series points that are selected.
@property (readonly, copy) DXSeriesPointInfo *selectedInfo
Type | Description |
---|---|
DXSeriesPointInfo * | A DXSeriesPointInfo object that provides information about selected points. |
Note that this property can return nil if the selection action does not imply a series point selection.