Search
LabelKinds Enumeration
See Also
 






Identifies the various kinds of labels that can be drawn for data items.

Namespace: MindFusion.Charting
File: LabelKinds.js

 Syntax

JavaScript  Copy Code

// enum
LabelKinds = {}

 Members

  Member name Description

All

Draw all labels supported by a series.

InnerLabel

Draw inner label in graphic representation of data item.

None

Do not draw labels.

OuterLabel

Draw outer label nearby graphic representation of data item.

ToolTip

Show label as a tooltip.

XAxisLabel

Draw data label at X axis.

YAxisLabel

Draw data label at Y axis.

ZAxisLabel

Draw data label at Z axis.

 See Also