Struct MinorGrid.Default
A simple struct that defines the default property values for the MinorGrid class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceColor
The default color for the Axis minor grid lines (Color property). This color only affects the minor grid lines.
Declaration
public static Color Color
Field Value
| Type | Description |
|---|---|
| Color |
DashOff
The default "dash off" size for drawing the Axis minor grid (DashOff property). Units are in points (1/72 inch).
Declaration
public static float DashOff
Field Value
| Type | Description |
|---|---|
| Single |
DashOn
The default "dash on" size for drawing the Axis minor grid (DashOn property). Units are in points (1/72 inch).
Declaration
public static float DashOn
Field Value
| Type | Description |
|---|---|
| Single |
IsVisible
The default display mode for the Axis minor grid lines (IsVisible property). true to show the minor grid lines, false to hide them.
Declaration
public static bool IsVisible
Field Value
| Type | Description |
|---|---|
| Boolean |
PenWidth
The default pen width for drawing the Axis minor grid (PenWidth property). Units are in points (1/72 inch).
Declaration
public static float PenWidth
Field Value
| Type | Description |
|---|---|
| Single |