Provides arguments for DataLabel rendering event.
constructor(engine: IRenderEngine, ht: HitTestInfo, pt: Point, text: string): DataLabelRenderEventArgs
Initializes a new instance of the DataLabelRenderEventArgs class.
(IRenderEngine) The rendering engine to use.
The hit test information.
The reference point.
The label text.
Gets the IRenderEngine object to use for rendering the chart elements.
Provides a value to use with events that do not have event data.