Struct X2Axis.Default
A simple struct that defines the default property values for the X2Axis class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceIsVisible
The default display mode for the X2Axis (IsVisible property). true to display the scale values, title, tic marks, false to hide the axis entirely.
Declaration
public static bool IsVisible
Field Value
Type | Description |
---|---|
Boolean |
IsZeroLine
Determines if a line will be drawn at the zero value for the X2Axis, that is, a line that divides the negative values from positive values. IsZeroLine.
Declaration
public static bool IsZeroLine
Field Value
Type | Description |
---|---|
Boolean |