Draws the specified label in specified layout rectangle.
Namespace: MindFusion.Charting
File: TextRenderer.js
JavaScript Copy Code |
---|
function drawLabelInRect (series, index, bounds, labelKind, [format]) |
Type: Series
A Series whose label to draw.
Type: Number
An integer index of the label.
Type: Rect
A RectangleF specifying the layout rectangle.
Type: LabelKinds
A member of the LabelKinds enumeration.
Type: StringFormat
A StringFormat instance.