Search Results for

    Show / Hide Table of Contents

    Struct BarSettings.Default

    A simple struct that defines the default property values for the BarSettings 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

    Base

    The default value for the Base, which determines the base Axis from which the Bar graphs will be displayed.

    Declaration
    public static BarBase Base
    Field Value
    Type Description
    BarBase
    See Also
    Base
    | Improve this Doc View Source

    ClusterScaleWidth

    The default width of a bar cluster on a Bar graph. This value only applies to Bar graphs, and only when the Type is Linear, Log or Date. This dimension is expressed in terms of X scale user units.

    Declaration
    public static double ClusterScaleWidth
    Field Value
    Type Description
    Double
    See Also
    MinClusterGap
    MinBarGap
    | Improve this Doc View Source

    ClusterScaleWidthAuto

    The default value for ClusterScaleWidthAuto.

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

    MinBarGap

    The default dimension gap between each individual bar within a bar cluster on a Bar graph. This dimension is expressed in terms of the normal bar width.

    Declaration
    public static float MinBarGap
    Field Value
    Type Description
    Single
    See Also
    MinClusterGap
    MinBarGap
    | Improve this Doc View Source

    MinClusterGap

    The default dimension gap between clusters of bars on a Bar graph. This dimension is expressed in terms of the normal bar width.

    Declaration
    public static float MinClusterGap
    Field Value
    Type Description
    Single
    See Also
    MinBarGap
    MinClusterGap
    | Improve this Doc View Source

    Type

    The default value for the Type property, which determines if the bars are drawn overlapping eachother in a "stacked" format, or side-by-side in a "cluster" format. See the BarType for more information.

    Declaration
    public static BarType Type
    Field Value
    Type Description
    BarType
    See Also
    Type
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX