Client-Side API Reference > FlexChart > wijmo.chart > DataLabelRenderEventArgs Class |
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.
Provides a value to use with events that do not have event data.
Gets the IRenderEngine object to use for rendering the chart elements.
Provides arguments for DataLabel rendering event.