constructor(processOnServer, cursorCrosshairAxisLabelElements, cursorCrosshairLineElement, crosshairElementGroups, crosshairLegendElements) Constructor
In This Article
Initializes a new object of the ASPxClientWebChartControlCustomDrawCrosshairEventArgs type with the specified settings.
#Declaration
TypeScript
constructor(
processOnServer: boolean,
cursorCrosshairAxisLabelElements: ASPxClientCrosshairAxisLabelElement[],
cursorCrosshairLineElement: ASPxClientCrosshairLineElement,
crosshairElementGroups: ASPxClientCrosshairElementGroup[],
crosshairLegendElements: ASPxClientCrosshairLegendElement[]
)
#Parameters
Name | Type | Description |
---|---|---|
process |
boolean | true to process the event on the server side; false to completely handle it on the client side. |
cursor |
ASPx |
An array of ASPx |
cursor |
ASPx |
An ASPx |
crosshair |
ASPx |
An array of ASPx |
crosshair |
ASPx |
An array of ASPx |
See Also