Identifies the various kinds of labels that can be drawn at chart elements.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public enum LabelKinds |
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. |