Draws the specified label centered at specified location.
Namespace: MindFusion.Charting
File: TextRenderer.js
JavaScript Copy Code |
---|
function drawLabelAtPoint (series, index, point, labelKind, [format]) |
Type: Series
A Series whose label to draw.
Type: Number
An integer index of the label.
Type: Point
A Point specifying the label's location.
Type: LabelKinds
A member of the LabelKinds enumeration.
Type: StringFormat
A StringFormat instance.