fullState
Each point within a chart can be in several states. These states are represented by the numbers that are enumerated in the list below:
- 0
The point is not hovered and not selected (normal state); - 1
The point is hovered; - 2
The point is selected; - 3
The point is hovered and selected.
You can also use the isHovered() and isSelected() point methods to check whether a point is hovered or selected.
originalCloseValue
Contains the close value of the point. This field is useful for points belonging to a series of the candle stick or stock type only.
originalHighValue
Contains the high value of the point. This field is useful for points belonging to a series of the candle stick or stock type only.
originalLowValue
Contains the low value of the point. This field is useful for points belonging to a series of the candle stick or stock type only.
originalMinValue
Contains the first value of the point. This field is useful for points belonging to a series of the range area or range bar type only.
originalOpenValue
Contains the open value of the point. This field is useful for points belonging to a series of the candle stick or stock type only.
originalValue
series
For information on members that a series object exposes, refer to the Series object description.
size
Contains the size of the bubble as it was set in the data source. This field is useful for points belonging to a series of the bubble type only.
If you have technical questions, please create a support ticket in the DevExpress Support Center.