A grid for the polar plot.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual GridPolar GridPolar { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property GridPolar As GridPolar
Visual C++
public:
virtual property GridPolar^ GridPolar {
	GridPolar^ get ();
}

Return Value

A GridPolar which contains the grid for teh polar plot.

See Also