It seems the PLOTGRID command is plots
a horizontal grid line using the built-in dotted style. It also seems that
PLOTGRID feeds into Properties>Axis and Grids. Is there a way to plot
certain grid lines as solid and still feed into Properties>Axis and Grids?
PLOTGRID
- Plot horizontal grid line
|
|
SYNTAX
|
PlotGrid( level,
color = colorDefault )
|
RETURNS
|
NOTHING
|
FUNCTION
|
Plots hotizontal grid
line using built-in dotted style at given level and color.
|
EXAMPLE
|
PlotGrid( 25, colorRed
);
|