Search
TextRenderer.drawLabelAtPoint Method
See Also
 






Draws the specified label centered at specified location.

Namespace: MindFusion.Charting
File: TextRenderer.js

 Syntax

JavaScript  Copy Code

function drawLabelAtPoint (series, index, point, labelKind, [format])

 Parameters

series

A Series whose label to draw.

index

An integer index of the label.

point

A Point specifying the label's location.

labelKind

A member of the LabelKinds enumeration.

format
Optional.

A StringFormat instance.

 See Also