Identifies the various kinds of labels that can be drawn for data items.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public enum LabelKinds |
Visual Basic
![]() |
---|
Public Enum LabelKinds |
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. |
Charting for WinForms Programmer's Guide | © 2024 MindFusion |