Class GridStyle
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public class GridStyle
- Inheritance
-
GridStyle
- Inherited Members
- Extension Methods
Properties
FillColor1
Fill the region between every other pair of major grid lines with this color.
public Color FillColor1 { get; set; }
Property Value
FillColor2
Fill the region between every other pair of major grid lines with this color.
public Color FillColor2 { get; set; }
Property Value
IsBeneathPlottables
When set to false the grid will be rendered on top of plottables instead of beneath them.
public bool IsBeneathPlottables { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
MajorLineStyle
public LineStyle MajorLineStyle { get; set; }
Property Value
MaximumNumberOfGridLines
public int MaximumNumberOfGridLines { get; set; }
Property Value
MinorLineStyle
public LineStyle MinorLineStyle { get; set; }
Property Value
Methods
Render(RenderPack, IAxis, IEnumerable<Tick>)
public void Render(RenderPack rp, IAxis axis, IEnumerable<Tick> ticks)
Parameters
rp
RenderPackaxis
IAxisticks
IEnumerable<Tick>