Struct MasterPane.Default
A simple struct that defines the default property values for the MasterPane class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceInnerPaneGap
The default value for the InnerPaneGap property. This is the size of the margin between adjacent GraphPane objects, in units of points (1/72 inch).
Declaration
public static float InnerPaneGap
Field Value
Type | Description |
---|---|
Single |
See Also
| Improve this Doc View SourceIsCommonScaleFactor
The default value for the IsCommonScaleFactor property.
Declaration
public static bool IsCommonScaleFactor
Field Value
Type | Description |
---|---|
Boolean |
IsShowLegend
The default value for the IsVisible property for the MasterPane class.
Declaration
public static bool IsShowLegend
Field Value
Type | Description |
---|---|
Boolean |
IsUniformLegendEntries
The default value for the IsUniformLegendEntries property.
Declaration
public static bool IsUniformLegendEntries
Field Value
Type | Description |
---|---|
Boolean |
PaneLayout
The default pane layout for DoLayout(Graphics) method calls.
Declaration
public static PaneLayout PaneLayout
Field Value
Type | Description |
---|---|
PaneLayout |