ASPxClientWebChartControlCustomDrawCrosshairEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientWebChartControl.CustomDrawCrosshair event.
#Declaration
TypeScript
interface ASPxClientWebChartControlCustomDrawCrosshairEventHandler<Sender> { (source: Sender, e: ASPxClientWebChartControlCustomDrawCrosshairEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. This parameter identifies the ASPx |
e | ASPx |
An ASPx |
See Also