Class that holds the specific properties for the minor grid.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class MinorGrid : ICloneable, ISerializable
<SerializableAttribute> _ Public Class MinorGrid _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class MinorGrid : ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| 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) | (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.
| |
| schema |
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()() | (Inherited from Object.) |
