Search Results for

    Show / Hide Table of Contents

    Struct PieItem.Default

    Specify the default property values for the PieItem class.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public struct Default

    Fields

    | Improve this Doc View Source

    BorderColor

    The default color for drawing frames around PieItem (Color property).

    Declaration
    public static Color BorderColor
    Field Value
    Type Description
    Color
    | Improve this Doc View Source

    BorderWidth

    The default pen width to be used for drawing the border around the PieItem (Width property). Units are points.

    Declaration
    public static float BorderWidth
    Field Value
    Type Description
    Single
    | Improve this Doc View Source

    Displacement

    Default PieItem displacement.

    Declaration
    public static double Displacement
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    FillBrush

    The default custom brush for filling in the PieItem. (Brush property).

    Declaration
    public static Brush FillBrush
    Field Value
    Type Description
    Brush
    | Improve this Doc View Source

    FillColor

    The default color for filling in the PieItem (Color property).

    Declaration
    public static Color FillColor
    Field Value
    Type Description
    Color
    | Improve this Doc View Source

    FillType

    The default fill mode for this PieItem (Type property).

    Declaration
    public static FillType FillType
    Field Value
    Type Description
    FillType
    | Improve this Doc View Source

    FontSize

    The default font size for LabelDetail entries (Size property). Units are in points (1/72 inch).

    Declaration
    public static float FontSize
    Field Value
    Type Description
    Single
    | Improve this Doc View Source

    IsBorderVisible

    The default border mode for PieItem (IsVisible property). true to display frame around PieItem, false otherwise

    Declaration
    public static bool IsBorderVisible
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    isVisible

    Default value for controlling PieItem display.

    Declaration
    public static bool isVisible
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    LabelType

    Default value for LabelType.

    Declaration
    public static PieLabelType LabelType
    Field Value
    Type Description
    PieLabelType
    | Improve this Doc View Source

    PercentDecimalDigits

    Default value for the number of decimal digits
    to be displayed where LabelType contains a percent.

    Declaration
    public static int PercentDecimalDigits
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    ValueDecimalDigits

    Default value for the number of decimal digits
    to be displayed when LabelType contains a value.

    Declaration
    public static int ValueDecimalDigits
    Field Value
    Type Description
    Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX