Struct MajorGrid.Default
A simple struct that defines the
default property values for the Major
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceColor
Declaration
public static Color Color
Field Value
Type | Description |
---|---|
Color |
DashOff
The default "dash off" size for drawing the Axis grid
(Dash
Declaration
public static float DashOff
Field Value
Type | Description |
---|---|
Single |
DashOn
The default "dash on" size for drawing the Axis grid
(Dash
Declaration
public static float DashOn
Field Value
Type | Description |
---|---|
Single |
IsVisible
The default display mode for the Axis grid lines
(Is
Declaration
public static bool IsVisible
Field Value
Type | Description |
---|---|
Boolean |
IsZeroLine
The default boolean value that determines if a line will be drawn at the zero value for the axis.
Declaration
public static bool IsZeroLine
Field Value
Type | Description |
---|---|
Boolean | true to show the zero line, false otherwise |
Remarks
The zero line is a line that divides the negative values from the positive values.
The default is set according to
Is
PenWidth
The default pen width for drawing the Axis grid
(Pen
Declaration
public static float PenWidth
Field Value
Type | Description |
---|---|
Single |