MajorGrid Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class MajorGrid : MinorGrid, ICloneable, 
	ISerializable
Inheritance
Object    MinorGrid    MajorGrid
Implements
ICloneable, ISerializable

Constructors

Properties

Color
(Inherited from MinorGrid)
DashOff
(Inherited from MinorGrid)
DashOn
(Inherited from MinorGrid)
IsVisible
(Inherited from MinorGrid)
IsZeroLine 
PenWidth
(Inherited from MinorGrid)

Methods

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

Explicit Interface Implementations

ICloneableCloneCreates a new object that is a copy of the current instance.

See Also