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 arguments for DataLabel rendering event.