ZedGraph LogoZedGraph Class Library Documentation
MinorGrid Class
NamespacesZedGraphMinorGrid
Class that holds the specific properties for the minor grid.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class MinorGrid : ICloneable, ISerializable
<SerializableAttribute> _
Public Class MinorGrid _
	Implements ICloneable, ISerializable
[SerializableAttribute]
public ref class MinorGrid : ICloneable, 
	ISerializable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
MinorGridMinorGridNew()()
Default constructor

MinorGridMinorGridNew(MinorGrid)
Copy constructor

Clone()()
Typesafe, deep-copy clone method.

Color
The color to use for drawing this Axis grid.

DashOff
The "Dash Off" mode for drawing the grid.

DashOn
The "Dash On" mode for drawing the grid.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext)
Populates a SerializationInfo instance with the data needed to serialize the target object

GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
IsVisible
Gets or sets a value that determines if the major Axis gridlines (at each labeled value) will be visible

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PenWidth
The pen width used for drawing the grid lines.

static memberschema
Current schema value that defines the version of the serialized file

ICloneable..::Clone()()
Implement the ICloneable interface in a typesafe manner by just calling the typed version of Clone()()

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MinorGrid
 MajorGrid

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621