SharpLeaf Reference > Table Methods > SetColumnGrid Method > (Int32[],Color[],LineStyle[]) Table.SetColumnGrid Method (Int32[],Color[],LineStyle[])
Set grid lines to cycle through.
public void SetColumnGrid(
int[] 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.SetColumnGrid Method
Send comments on this topic © Dyalog Ltd 2021
|