The grid node of this Axis1D.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Grid Grid { get; }
Public Overridable ReadOnly Property Grid As Grid
Get
public:
virtual property Grid^ Grid {
Grid^ get ();
}
abstract Grid : Grid with get
override Grid : Grid with get
Property Value
Type:
Grid
A
Grid which contains the "Grid" attribute value.
Remarks
This is a child of the axis node.
See Also