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
IsVisible
bool IsVisible { get; set; }
Property Value
XAxis
IXAxis XAxis { get; set; }
Property Value
XAxisStyle
GridStyle XAxisStyle { get; set; }
Property Value
YAxis
IYAxis YAxis { get; set; }
Property Value
YAxisStyle
GridStyle YAxisStyle { get; set; }
Property Value
Methods
Render(RenderPack)
void Render(RenderPack rp)
Parameters
rp
RenderPack