Table of Contents

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

Color

FillColor2

Fill the region between every other pair of major grid lines with this color.

public Color FillColor2 { get; set; }

Property Value

Color

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

bool

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

MajorLineStyle

public LineStyle MajorLineStyle { get; set; }

Property Value

LineStyle

MaximumNumberOfGridLines

public int MaximumNumberOfGridLines { get; set; }

Property Value

int

MinorLineStyle

public LineStyle MinorLineStyle { get; set; }

Property Value

LineStyle

Methods

Render(RenderPack, IAxis, IEnumerable<Tick>)

public void Render(RenderPack rp, IAxis axis, IEnumerable<Tick> ticks)

Parameters

rp RenderPack
axis IAxis
ticks IEnumerable<Tick>