Search Results for

    Show / Hide Table of Contents

    Struct GraphPane.Default

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

    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

    IsBoundedRanges

    The default settings for the Axis scale bounded ranges option (IsBoundedRanges property). true to have the auto-scale-range code subset the data according to any manually set scale values, false otherwise.

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

    IsIgnoreInitial

    The default settings for the Axis scale ignore initial zero values option (IsIgnoreInitial property). true to have the auto-scale-range code ignore the initial data points until the first non-zero Y value, false otherwise.

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

    LineType

    The default value for the LineType property, which determines if the lines are drawn in normal or "stacked" mode. See the LineType for more information.

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

    NearestTol

    The tolerance that is applied to the FindNearestPoint(PointF, out CurveItem, out Int32) routine. If a given curve point is within this many pixels of the mousePt, the curve point is considered to be close enough for selection as a nearest point candidate.

    Declaration
    public static double NearestTol
    Field Value
    Type Description
    Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX