Skip to main content
A newer version of this page is available.

DXSelectionInfo Class

Contains information about action that leaded to selection changing.

Declaration

@interface DXSelectionInfo

Properties

action Property

Returns the action that brought to selection changing.

Declaration

@property (readonly) DXSelectionAction action

Property Value

Type Description
DXSelectionAction

The DXSelectionAction enumeration value that indicates the selection action.

deselectedInfo Property

Returns information about series points that are deselected.

Declaration

@property (readonly, copy) DXSeriesPointInfo *deselectedInfo

Property Value

Type Description
DXSeriesPointInfo *

A DXSeriesPointInfo object that provides information about deselected points.

Remarks

Note that this property can return nil if the selection action does not imply a series point deselection.

selectedInfo Property

Returns information about series points that are selected.

Declaration

@property (readonly, copy) DXSeriesPointInfo *selectedInfo

Property Value

Type Description
DXSeriesPointInfo *

A DXSeriesPointInfo object that provides information about selected points.

Remarks

Note that this property can return nil if the selection action does not imply a series point selection.