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