Search
TextRenderer.drawLeftFromPoint Method
See Also
 






Draws the specified label on the left side of the specified point.

Namespace: MindFusion.Charting
File: TextRenderer.js

 Syntax

JavaScript  Copy Code

function drawLeftFromPoint (series, index, point, labelKind)

 Parameters

series

Type: Series
A Series whose label to draw.

index

An integer index of the label.

point

Type: Point
A Point specifying the label's location.

labelKind

Type: LabelKinds
A member of the LabelKinds enumeration.

 See Also