ASPxClientWebChartHitInfo.inPaneTitle Property
Returns the value that indicates whether the test point is within the pane title.
Declaration
inPaneTitle: boolean
Property Value
Type | Description |
---|---|
boolean | true, if the test point is within a pane title; otherwise, false. |
Remarks
To obtain the exact instance of the pane title under the test point, use the ASPxClientWebChartHitInfo.paneTitle property.
See Also