◆ Render()
◆ FillColor1
Fill the region between every other pair of major grid lines with this color.
◆ FillColor2
Fill the region between every other pair of major grid lines with this color.
◆ IsBeneathPlottables
bool ScottPlot.GridStyle.IsBeneathPlottables = true |
|
getset |
When set to false the grid will be rendered on top of plottables instead of beneath them.
◆ IsVisible
bool ScottPlot.GridStyle.IsVisible = true |
|
getset |
◆ MajorLineStyle
Initial value:= new()
{
Width = 1,
Color = Colors.Black.WithOpacity(.1),
AntiAlias = false,
}
◆ MaximumNumberOfGridLines
int ScottPlot.GridStyle.MaximumNumberOfGridLines = 1_000 |
|
getset |
◆ MinorLineStyle
Initial value:= new()
{
Width = 0,
Color = Colors.Black.WithOpacity(.05),
AntiAlias = false,
}
bool IsVisible
Definition GridStyle.cs:5
The documentation for this class was generated from the following file:
- ScottPlot/src/ScottPlot5/ScottPlot5/Primitives/GridStyle.cs