Class DefaultGrid
- Namespace
- ScottPlot.Grids
- Assembly
- ScottPlot.dll
public class DefaultGrid : IGrid
- Inheritance
-
DefaultGrid
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
DefaultGrid(IXAxis, IYAxis)
public DefaultGrid(IXAxis xAxis, IYAxis yAxis)
Parameters
xAxis
IXAxis
yAxis
IYAxis
Properties
IsBeneathPlottables
public bool IsBeneathPlottables { get; set; }
Property Value
- bool
IsVisible
public bool IsVisible { get; set; }
Property Value
- bool
LineColor
public Color LineColor { set; }
Property Value
- Color
LinePattern
public LinePattern LinePattern { set; }
Property Value
- LinePattern
LineWidth
public float LineWidth { set; }
Property Value
- float
MajorLineColor
public Color MajorLineColor { get; set; }
Property Value
- Color
MajorLinePattern
public LinePattern MajorLinePattern { set; }
Property Value
- LinePattern
MajorLineWidth
public float MajorLineWidth { set; }
Property Value
- float
MinorLineColor
public Color MinorLineColor { set; }
Property Value
- Color
MinorLineWidth
public float MinorLineWidth { set; }
Property Value
- float
XAxis
public IXAxis XAxis { get; set; }
Property Value
- IXAxis
XAxisStyle
public GridStyle XAxisStyle { get; set; }
Property Value
- GridStyle
YAxis
public IYAxis YAxis { get; set; }
Property Value
- IYAxis
YAxisStyle
public GridStyle YAxisStyle { get; set; }
Property Value
- GridStyle
Methods
Render(RenderPack)
public void Render(RenderPack rp)
Parameters
rp
RenderPack