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