ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
ScottPlot.IGrid Interface Reference

Implement this interface to create a custom grid. More...

Public Member Functions

void Render (RenderPack rp)
 

Properties

bool IsVisible [get, set]
 
bool IsBeneathPlottables [get, set]
 
IXAxis XAxis [get, set]
 
IYAxis YAxis [get, set]
 
GridStyle XAxisStyle [get, set]
 
GridStyle YAxisStyle [get, set]
 

Detailed Description

Implement this interface to create a custom grid.

Member Function Documentation

◆ Render()

void ScottPlot.IGrid.Render ( RenderPack  rp)

Property Documentation

◆ IsBeneathPlottables

bool ScottPlot.IGrid.IsBeneathPlottables
getset

◆ IsVisible

bool ScottPlot.IGrid.IsVisible
getset

◆ XAxis

IXAxis ScottPlot.IGrid.XAxis
getset

◆ XAxisStyle

GridStyle ScottPlot.IGrid.XAxisStyle
getset

◆ YAxis

IYAxis ScottPlot.IGrid.YAxis
getset

◆ YAxisStyle

GridStyle ScottPlot.IGrid.YAxisStyle
getset

The documentation for this interface was generated from the following file: