ZedGraph LogoZedGraph Class Library Documentation
Axis..::Default Structure
NamespacesZedGraphAxisAxis..::Default
A simple struct that defines the default property values for the Axis class.
Declaration Syntax
C#Visual BasicVisual C++
public struct Default
Public Structure Default
public value class Default
Members
All MembersMethodsFields



IconMemberDescription
static memberAxisGap
The default size for the gap between multiple axes (AxisGap property). Units are in points (1/72 inch).

static memberBorderColor
The default color for the Axis itself (Color property). This color only affects the the axis border.

static memberColor
The default color for the axis segment.

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
static memberIsAxisSegmentVisible
The default value for IsAxisSegmentVisible, which determines whether or not the scale segment itself is visible

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
static memberMinSpace
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.

static memberTitleFillBrush
The default custom brush for filling in the Title text background (see Brush property).

static memberTitleFillColor
The default color for filling in the Title text background (see Color property).

static memberTitleFillType
The default fill mode for filling in the Title text background (see Type property).

static memberTitleFontBold
The default font bold mode for the AxisTitle text font specification FontSpec (IsBold property). true for a bold typeface, false otherwise.

static memberTitleFontColor
The default font color for the AxisTitle text font specification FontSpec (FontColor property).

static memberTitleFontFamily
The default font family for the AxisTitle text font specification FontSpec (Family property).

static memberTitleFontItalic
The default font italic mode for the AxisTitle text font specification FontSpec (IsItalic property). true for an italic typeface, false otherwise.

static memberTitleFontSize
The default font size for the AxisTitle text font specification FontSpec (Size property). Units are in points (1/72 inch).

static memberTitleFontUnderline
The default font underline mode for the AxisTitle text font specification FontSpec (IsUnderline property). true for an underlined typeface, false otherwise.

static memberTitleGap
The default setting for the gap between the scale labels and the axis title.

ToString()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
static memberType
The default setting for the Axis scale axis type (Type property). This value is set as per the AxisType enumeration

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621