| Contents > SharpPlot > Methods | Index |
SharpPlot.AddTableShading Method (Int32,Int32,Color,FillStyle)
Add a combination of Color and Fill to an individual table cell.
public void AddTableShading(
int row,
int col,
Color cellColor,
FillStyle cellFill
);
