Struct Symbol.Default
A simple struct that defines the
default property values for the Symbol class.
Assembly: ZedGraph.dll
Syntax
Fields
|
Improve this Doc
View Source
BorderColor
The default color for drawing symbols (Color property).
Declaration
public static Color BorderColor
Field Value
|
Improve this Doc
View Source
FillBrush
The default custom brush for filling in this Symbol
(Brush property).
Declaration
public static Brush FillBrush
Field Value
|
Improve this Doc
View Source
FillColor
The default color for filling in this Symbol
(Color property).
Declaration
public static Color FillColor
Field Value
|
Improve this Doc
View Source
FillType
The default fill mode for the curve (Type property).
Declaration
public static FillType FillType
Field Value
|
Improve this Doc
View Source
IsAntiAlias
Declaration
public static bool IsAntiAlias
Field Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
IsVisible
The default display mode for symbols (IsVisible property).
true to display symbols, false to hide them.
Declaration
public static bool IsVisible
Field Value
|
Improve this Doc
View Source
PenWidth
The default pen width to be used for drawing curve symbols
(Width property). Units are points.
Declaration
public static float PenWidth
Field Value
|
Improve this Doc
View Source
Size
The default size for curve symbols (Size property),
in units of points.
Declaration
Field Value
|
Improve this Doc
View Source
Type
The default symbol type for curves (Type property).
This is defined as a SymbolType enumeration.
Declaration
public static SymbolType Type
Field Value