Grid Class
Provides methods and properties that manage the major and minor grids of Axis objects.
System.Web.UI.DataVisualization.Charting::Grid
System.Web.UI.DataVisualization.Charting::TickMark
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
The Grid type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Enabled | Gets or sets a flag that determines whether major or minor grid lines are enabled. |
![]() | Interval | Gets or sets the interval between major or minor grid lines. |
![]() | IntervalOffset | Gets or sets the offset of grid lines. |
![]() | IntervalOffsetType | Gets or sets the interval offset type of major and minor grid lines. |
![]() | IntervalType | Gets or sets the interval type for major or minor grid lines. |
![]() | LineColor | Gets or sets the line color of a grid. |
![]() | LineDashStyle | Gets or sets the line style of a grid. |
![]() | LineWidth | Gets or sets the line width of major and minor grid lines. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class provides the functionality for the grids on the chart, and is exposed using the MajorGrid and MinorGrid properties of each Axis object.
Major grid lines by default do not have their Interval, IntervalOffset, IntervalType, and IntervalOffsetType properties set. When these properties for major grid lines are not set, the Chart control determines the appropriate values for grid lines automatically.
The axis and its minor grid lines by default have their Interval, IntervalOffset, IntervalType, and IntervalOffsetType properties set to Auto (0). If axis labels or minor grid lines are enabled and these properties are not modified, the Chart control automatically determines how often to draw the minor grid lines.
Axis grids:
Can be enabled or disabled.
Have a starting point that determines where they are first drawn.
Display lines that can be set for style, width and color.
Can have either automatic intervals, or intervals that are set manually.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


