A simple struct that defines the
default property values for the Axis class.
| C# | Visual Basic | Visual C++ |
public struct Default
Public Structure Default
public value class Default
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| AxisGap |
The default size for the gap between multiple axes
(AxisGap property). Units are in points (1/72 inch).
| |
| BorderColor |
The default color for the Axis itself
(Color property). This color only affects the
the axis border.
| |
| Color |
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.) | |
| IsAxisSegmentVisible |
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.) | |
| 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.
| |
| TitleFillBrush | ||
| TitleFillColor | ||
| TitleFillType | ||
| TitleFontBold |
The default font bold mode for the AxisTitle text
font specification FontSpec
(IsBold property). true
for a bold typeface, false otherwise.
| |
| TitleFontColor | ||
| TitleFontFamily | ||
| TitleFontItalic |
The default font italic mode for the AxisTitle text
font specification FontSpec
(IsItalic property). true
for an italic typeface, false otherwise.
| |
| TitleFontSize |
The default font size for the AxisTitle text
font specification FontSpec
(Size property). Units are
in points (1/72 inch).
| |
| TitleFontUnderline |
The default font underline mode for the AxisTitle text
font specification FontSpec
(IsUnderline property). true
for an underlined typeface, false otherwise.
| |
| TitleGap |
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.) | |
| Type |
The default setting for the Axis scale axis type
(Type property). This value is set as per
the AxisType enumeration
|
