Struct ErrorBar.Default
A simple struct that defines the default property values for the ErrorBar class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceColor
The default color for drawing error bars (Color property).
Declaration
public static Color Color
Field Value
Type | Description |
---|---|
Color |
IsVisible
The default display mode for symbols (IsVisible property). true to display symbols, false to hide them.
Declaration
public static bool IsVisible
Field Value
Type | Description |
---|---|
Boolean |
PenWidth
The default pen width to be used for drawing error bars (PenWidth property). Units are points.
Declaration
public static float PenWidth
Field Value
Type | Description |
---|---|
Single |
Size
The default size for curve symbols (Size property), in units of points.
Declaration
public static float Size
Field Value
Type | Description |
---|---|
Single |
Type
The default symbol for drawing at the top and bottom of the error bar (see Symbol).
Declaration
public static SymbolType Type
Field Value
Type | Description |
---|---|
SymbolType |