SharpLeaf Reference > Table Methods > SetRowGrid Method > (Double[],Color[],LineStyle[]) Table.SetRowGrid Method (Double[],Color[],LineStyle[])
Set horizontal grid decoration (defaults to 0.1 black solid).
public void SetRowGrid(
double[] weights,
Color[] colors,
LineStyle[] styles
);
-
weights
- Grid line widths – 0 to disable grid.
-
colors
- Grid line colors.
-
styles
- Grid line styles.
See also ...Table Members | Table.SetRowGrid Method
Send comments on this topic © Dyalog Ltd 2021
|