Enum PieLabelType
Enumeration that determines the type of label that is displayed for each pie slice (see LabelType).
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum PieLabelType
Fields
| Name | Description |
|---|---|
| Name | Displays Label for a slice in a Pie Chart. |
| Name_Percent | Displays Label and Value (as % of total) for a slice in a Pie Chart. |
| Name_Value | |
| Name_Value_Percent | Displays a Label containing the Value both |
| None | No label displayed. |
| Percent | Displays Value (as % of total) for a slice in a Pie Chart. |
| Value | Displays Value for a slice in a Pie Chart. |