|
Data
|
This property controls whether data-points will be Hot-Spots. The developer can then respond when the user clicks or double-clicks a data-point.
|
|
GraphAnnotation
|
This property controls whether graph annotations will be Hot-Spots. The developer can then respond when the user clicks or double-clicks graph annotations. Annotation hot spots can also be designated on a per annotation basis via GraphAnnotationHotSpot.
|
|
GridNumber
|
C\C++ DLL developers will use this property when a notification message such as PEWN_CLICKED provides a HOTSPOTDATA structure defining a hot spot type of PEHS_YAXISGRIDNUMBER 19 PEHS_RYAXISGRIDNUMBER 20 PEHS_XAXISGRIDNUMBER 21 PEHS_TXAXISGRIDNUMBER 22 Along with the above types, the HOTSPOTDATA structure will refer to a hot spot number found in HOTSPOTDATA.w2 Use this number along with this property array to retrieve the grid number value clicked.
|
|
GridNumberX
|
This property controls whether x grid numbers will be Hot-Spots. The developer can then respond when the user clicks or double-clicks a grid number.
|
|
GridNumberY
|
This property controls whether y grid numbers will be Hot-Spots. The developer can then respond when the user clicks or double-clicks a grid number.
|
|
MultiBottomTitle
|
This property controls whether MultiBottomTitles will be Hot-Spots. The developer can then respond when the user clicks or double-clicks a title.
|
|
MultiSubTitle
|
This property controls whether MultiSubTitles will be Hot-Spots. The developer can then respond when the user clicks or double-clicks a title.
|
|
Point
|
This property controls whether point labels will be Hot-Spots. The developer can then respond when the user clicks or double-clicks a point label.
|
|
Size
|
This property controls the size of data hot spots. In addition to enums below. The developer can assign any integer such as 30 for 30 pixels. This helps with touch screen use. Example 106 in the demo and example code shows this use.
|
|
Subset
|
This property controls whether subset labels will be Hot-Spots. The developer can then respond when the user clicks or double-clicks a subset label.
|
|
Title
|
This property controls whether the MainTitle and SubTitle will be Hot-Spots. The developer can then respond when the user clicks or double-clicks these titles.
|