Uses of Class
com.steema.teechart.axis.GridPen

Packages that use GridPen
com.steema.teechart.axis   
com.steema.teechart.styles   
 

Uses of GridPen in com.steema.teechart.axis
 

Fields in com.steema.teechart.axis declared as GridPen
protected  GridPen Axis.grid
           
 

Methods in com.steema.teechart.axis that return GridPen
 GridPen Axis.getGrid()
          Determines the kind of pen used to draw the Grid lines at every Axis Label position.
These are the lines which go from "cousin Axis" Minimum to "cousin Axis" Maximum screen positions for each Label position.
Use the MinorGrid property to make the Grid from Minor Ticks visible.
 

Uses of GridPen in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return GridPen
 GridPen Smith.getCCirclePen()
          Defines Pen to draw CCircles of the Smith Series.
xCircle (reactance circle) pen.
 GridPen Smith.getRCirclePen()
          Defines Pen to draw RCircles of the Smith Series.
rCircle (resistance circle) pen.