Search Results for

    Show / Hide Table of Contents

    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

    Displays Label and Value for a slice in a Pie Chart.

    Name_Value_Percent

    Displays a Label containing the Value both
    as an absolute number and as percentage of the total.

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX