MindFusion.Charting for WebForms Programmer's Guide
TextRenderer.drawLabelInRect Method
See Also
 



Draws the specified label in specified layout rectangle.

Namespace: MindFusion.Charting
Assembly: 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

TextRenderer Members
TextRenderer Class
MindFusion.Charting Namespace