ZedGraph LogoZedGraph Class Library Documentation
Symbol..::Default Structure
NamespacesZedGraphSymbolSymbol..::Default
A simple struct that defines the default property values for the Symbol class.
Declaration Syntax
C#Visual BasicVisual C++
public struct Default
Public Structure Default
public value class Default
Members
All MembersMethodsFields



IconMemberDescription
static memberBorderColor
The default color for drawing symbols (Color property).

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
static memberFillBrush
The default custom brush for filling in this Symbol (Brush property).

static memberFillColor
The default color for filling in this Symbol (Color property).

static memberFillType
The default fill mode for the curve (Type property).

Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
static memberIsAntiAlias
The default value for the IsAntiAlias property.

static memberIsBorderVisible
The default for drawing frames around symbols (IsVisible property). true to display symbol frames, false to hide them.

static memberIsVisible
The default display mode for symbols (IsVisible property). true to display symbols, false to hide them.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
static memberPenWidth
The default pen width to be used for drawing curve symbols (Width property). Units are points.

static memberSize
The default size for curve symbols (Size property), in units of points.

ToString()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
static memberType
The default symbol type for curves (Type property). This is defined as a SymbolType enumeration.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621