Struct YAxis.Default
A simple struct that defines the default property values for the YAxis class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceIsVisible
The default display mode for the YAxis (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 YAxis, that is, a line that divides the negative values from positive values. IsZeroLine.
Declaration
public static bool IsZeroLine
Field Value
Type | Description |
---|---|
Boolean |