ComponentOne ASP.NET MVC Controls
DataLabelRenderEventArgs Class
File
wijmo.chart.js
Module
wijmo.chart
Base Class
RenderEventArgs

Provides arguments for DataLabel rendering event.

Constructor

Properties

Events

Constructor

constructor

constructor(engine: IRenderEngine, ht: HitTestInfo, pt: Point, text: string): DataLabelRenderEventArgs

Initializes a new instance of the DataLabelRenderEventArgs class.

Parameters
Returns
DataLabelRenderEventArgs

Properties

cancel

Gets or sets a value that indicates whether the event should be cancelled.

Type
boolean

engine

Gets the IRenderEngine object to use for rendering the chart elements.

Inherited From
RenderEventArgs
Type
IRenderEngine

hitTestInfo

Gets the hit test information.

Type
HitTestInfo

point

Gets the point associated with the label in control coordinates.

Type
Point

text

Gets or sets the label text.

Type
string

Events

 

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Arguments
EventArgs