Struct Axis.Default
  
  A simple struct that defines the
default property values for the Axis class.
Assembly: ZedGraph.dll
  Syntax
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  AxisGap
  The default size for the gap between multiple axes
(AxisGap property). Units are in points (1/72 inch).
Declaration
  
    public static float AxisGap
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  BorderColor
  The default color for the Axis itself
(Color property).  This color only affects the
the axis border.
Declaration
  
    public static Color BorderColor
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  Color
  The default color for the axis segment.
Declaration
  
    public static Color Color
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  IsAxisSegmentVisible
  The default value for IsAxisSegmentVisible, which determines
whether or not the scale segment itself is visible
Declaration
  
    public static bool IsAxisSegmentVisible
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  MinSpace
  The default setting for the axis space allocation.  This term, expressed in
points (1/72 inch) and scaled according to CalcScaleFactor() for the
GraphPane, determines the minimum amount of space an axis must
have between the Rect and the
Rect.  This minimum space
applies whether IsVisible is true or false.
Declaration
  
    public static float MinSpace
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFillBrush
  The default custom brush for filling in the Title text background
(see Brush property).
Declaration
  
    public static Brush TitleFillBrush
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFillColor
  The default color for filling in the Title text background
(see Color property).
Declaration
  
    public static Color TitleFillColor
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFillType
  The default fill mode for filling in the Title text background
(see Type property).
Declaration
  
    public static FillType TitleFillType
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFontBold
  The default font bold mode for the Axis Title text
font specification FontSpec
(IsBold property). true
for a bold typeface, false otherwise.
Declaration
  
    public static bool TitleFontBold
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFontColor
  
  
  Declaration
  
    public static Color TitleFontColor
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFontFamily
  
  
  Declaration
  
    public static string TitleFontFamily
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFontItalic
  The default font italic mode for the Axis Title text
font specification FontSpec
(IsItalic property). true
for an italic typeface, false otherwise.
Declaration
  
    public static bool TitleFontItalic
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFontSize
  The default font size for the Axis Title text
font specification FontSpec
(Size property).  Units are
in points (1/72 inch).
Declaration
  
    public static float TitleFontSize
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleFontUnderline
  The default font underline mode for the Axis Title text
font specification FontSpec
(IsUnderline property). true
for an underlined typeface, false otherwise.
Declaration
  
    public static bool TitleFontUnderline
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  TitleGap
  The default setting for the gap between the scale labels and the axis title.
Declaration
  
    public static float TitleGap
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  Type
  The default setting for the Axis scale axis type
(Type property).  This value is set as per
the AxisType enumeration
Declaration
  
    public static AxisType Type
   
  Field Value