Struct LineBase.Default
A simple struct that defines the default property values for the LineBase class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceColor
The default color for the line. This is the default value for the Color property.
Declaration
public static Color Color
Field Value
Type | Description |
---|---|
Color |
DashOff
The default "dash off" size for drawing the the line (DashOff property). Units are in points (1/72 inch).
Declaration
public static float DashOff
Field Value
Type | Description |
---|---|
Single |
DashOn
The default "dash on" size for drawing the line (DashOn property). Units are in points (1/72 inch).
Declaration
public static float DashOn
Field Value
Type | Description |
---|---|
Single |
IsAntiAlias
The default value for the IsAntiAlias property.
Declaration
public static bool IsAntiAlias
Field Value
Type | Description |
---|---|
Boolean |
IsVisible
The default mode for displaying line segments (IsVisible property). True to show the line segments, false to hide them.
Declaration
public static bool IsVisible
Field Value
Type | Description |
---|---|
Boolean |
Style
The default drawing style for line segments (Style property). This is defined with the DashStyle enumeration.
Declaration
public static DashStyle Style
Field Value
Type | Description |
---|---|
DashStyle |
Width
The default width for line segments (Width property). Units are points (1/72 inch).
Declaration
public static float Width
Field Value
Type | Description |
---|---|
Single |