Struct MinorTic.Default
A simple struct that defines the default property values for the MinorTic class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceColor
The default color for minor tics (Color property).
Declaration
public static Color Color
Field Value
Type | Description |
---|---|
Color |
IsCrossInside
The default display mode for the Axis minor inside "cross" tic marks (IsCrossInside property).
Declaration
public static bool IsCrossInside
Field Value
Type | Description |
---|---|
Boolean | true to show the major cross tic marks, false otherwise |
Remarks
The "cross" tics are a special, additional set of tic marks that always appear on the actual axis, even if it has been shifted due to the Cross setting. The other tic marks are always fixed to the edges of the Rect. The cross tics are normally not displayed, since, if CrossAuto is true, they will exactly overlay the "normal" and "inside" tics. If CrossAuto is false, then you will most likely want to enable the cross tics. The major tic spacing is controlled by MinorStep.
IsCrossOutside
The default display mode for the Axis minor outside "cross" tic marks (IsCrossOutside property).
Declaration
public static bool IsCrossOutside
Field Value
Type | Description |
---|---|
Boolean | true to show the major cross tic marks, false otherwise |
Remarks
The "cross" tics are a special, additional set of tic marks that always appear on the actual axis, even if it has been shifted due to the Cross setting. The other tic marks are always fixed to the edges of the Rect. The cross tics are normally not displayed, since, if CrossAuto is true, they will exactly overlay the "normal" and "inside" tics. If CrossAuto is false, then you will most likely want to enable the cross tics. The minor tic spacing is controlled by MinorStep.
IsInside
The display mode for the Axis minor inside tic marks (IsInside property). The minor tic spacing is controlled by MinorStep.
Declaration
public static bool IsInside
Field Value
Type | Description |
---|---|
Boolean | true to show the minor tic marks (inside the axis), false otherwise |
IsOpposite
The display mode for the Axis minor opposite tic marks (IsOpposite property). The minor tic spacing is controlled by MinorStep.
Declaration
public static bool IsOpposite
Field Value
Type | Description |
---|---|
Boolean | true to show the minor tic marks (inside the axis on the opposite side), false otherwise |
IsOutside
The display mode for the Axis minor outside tic marks (IsOutside property). The minor tic spacing is controlled by MinorStep.
Declaration
public static bool IsOutside
Field Value
Type | Description |
---|---|
Boolean | true to show the minor tic marks (outside the axis), false otherwise |
PenWidth
The default pen width for drawing the Axis tic marks. (PenWidth property). Units are in points (1/72 inch).
Declaration
public static float PenWidth
Field Value
Type | Description |
---|---|
Single |
Size
Declaration
public static float Size
Field Value
Type | Description |
---|---|
Single |