constructor(processOnServer, hitObject, additionalHitObject, hitInfo, htmlElement, x, y) Constructor
In This Article
Initializes a new instance of the ASPxClientWebChartControlHotTrackEventArgs class with specified settings.
#Declaration
TypeScript
constructor(
processOnServer: boolean,
hitObject: ASPxClientWebChartElement,
additionalHitObject: ASPxClientWebChartElement,
hitInfo: ASPxClientWebChartHitInfo,
htmlElement: any,
x: number,
y: number,
absoluteX?: number,
absoluteY?: number
)
#Parameters
Name | Type |
---|---|
process |
boolean |
hit |
ASPx |
additional |
ASPx |
hit |
ASPx |
html |
any |
x | number |
y | number |
absolute |
number |
absolute |
number |
See Also