Draws the grid lines perpendicular to an axis.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class Grid : ChartNode |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class Grid _ Inherits ChartNode |
Visual C++ |
---|
[SerializableAttribute] public ref class Grid : public ChartNode |
Remarks
Grid is created by Axis1D as its child. It can be retrieved using the Grid property.
Line attributes (specified with LineColor, LineWidth and SetMarkerDashPattern) in this node control the drawing of the grid lines.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Grid
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Grid