A grid for the polar plot.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual GridPolar GridPolar { get; }
Public Overridable ReadOnly Property GridPolar As GridPolar
Get
public:
virtual property GridPolar^ GridPolar {
GridPolar^ get ();
}
abstract GridPolar : GridPolar with get
override GridPolar : GridPolar with get
Return Value
Type:
GridPolar
A
GridPolar which contains the grid for teh polar plot.
See Also