IMSL C# Numerical Library

GridPolar Class

Draws the grid lines for a polar plot.

For a list of all members of this type, see GridPolar Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.GridPolar

public class GridPolar : ChartNode

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

GridPolar Members | Imsl.Chart2D Namespace