Draws the grid lines for a polar plot.

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

Syntax

C#
[SerializableAttribute]
public class GridPolar : ChartNode
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GridPolar _
	Inherits ChartNode
Visual C++
[SerializableAttribute]
public ref class GridPolar : public ChartNode

Remarks

GridPolar is created by Polar as its child. It can be retrieved using the GridPolar property.

Line attributes (specified with LineColor, LineWidth and SetMarkerDashPattern) in this node control the drawing of the grid lines.

Inheritance Hierarchy

See Also