Table of Contents

Interface IGrid

Namespace
ScottPlot
Assembly
ScottPlot.dll

Implement this interface to create a custom grid

public interface IGrid
Extension Methods

Properties

IsBeneathPlottables

bool IsBeneathPlottables { get; set; }

Property Value

bool

IsVisible

bool IsVisible { get; set; }

Property Value

bool

XAxis

IXAxis XAxis { get; set; }

Property Value

IXAxis

XAxisStyle

GridStyle XAxisStyle { get; set; }

Property Value

GridStyle

YAxis

IYAxis YAxis { get; set; }

Property Value

IYAxis

YAxisStyle

GridStyle YAxisStyle { get; set; }

Property Value

GridStyle

Methods

Render(RenderPack)

void Render(RenderPack rp)

Parameters

rp RenderPack