ASPxClientWebChartHitInfo.inAxisLabelItem Property
Gets a value indicating whether the test point is within the axis label item.
Declaration
inAxisLabelItem: boolean
Property Value
Type | Description |
---|---|
boolean | true if the test point is within an axis label item; otherwise, false. |
Remarks
The inAxisLabelItem property allows you to determine whether the test point is within an individual axis label item, when the ASPxClientWebChartHitInfo.inAxis property returns true.
See Also