Search
TextRenderer.drawLabelInRect Method
See Also
 






Draws the specified label in specified layout rectangle.

Namespace: MindFusion.Charting
File: TextRenderer.js

 Syntax

JavaScript  Copy Code

function drawLabelInRect (series, index, bounds, labelKind, [format])

 Parameters

series

A Series whose label to draw.

index

An integer index of the label.

bounds

A RectangleF specifying the layout rectangle.

labelKind

A member of the LabelKinds enumeration.

format
Optional.

A StringFormat instance.

 See Also