Struct Symbol.Default
A simple struct that defines the default property values for the Symbol class.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceBorderColor
The default color for drawing symbols (Color property).
Declaration
public static Color BorderColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
FillBrush
Declaration
public static Brush FillBrush
Field Value
Type | Description |
---|---|
System.Drawing.Brush |
FillColor
Declaration
public static Color FillColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
FillType
The default fill mode for the curve (Type property).
Declaration
public static FillType FillType
Field Value
Type | Description |
---|---|
FillType |
IsAntiAlias
The default value for the IsAntiAlias property.
Declaration
public static bool IsAntiAlias
Field Value
Type | Description |
---|---|
System.Boolean |
IsBorderVisible
The default for drawing frames around symbols (IsVisible property). true to display symbol frames, false to hide them.
Declaration
public static bool IsBorderVisible
Field Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|
System.Boolean |
PenWidth
The default pen width to be used for drawing curve symbols (Width property). Units are points.
Declaration
public static float PenWidth
Field Value
Type | Description |
---|---|
System.Single |
Size
The default size for curve symbols (Size property), in units of points.
Declaration
public static float Size
Field Value
Type | Description |
---|---|
System.Single |
Type
The default symbol type for curves (Type property). This is defined as a SymbolType enumeration.
Declaration
public static SymbolType Type
Field Value
Type | Description |
---|---|
SymbolType |