Search
LabelKinds Enumeration
See Also
 






Identifies the various kinds of labels that can be drawn at chart elements.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public enum LabelKinds

 Members

  Member name Description

InnerLabel

Draw inner label in the graphic representation of the data item (pie piece, bar etc.).

OuterLabel

Draw outer label nearby the graphic representation of the data item (pie piece, bar cyliner etc.).

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