Class ZoomRectangle
- Namespace
- ScottPlot.Plottables
- Assembly
- ScottPlot.dll
The shaded region on the plot when the user middle-click-drags to zoom
public class ZoomRectangle : IZoomRectangle
- Inheritance
-
ZoomRectangle
- Implements
- Inherited Members
- Extension Methods
Constructors
ZoomRectangle(Plot)
The shaded region on the plot when the user middle-click-drags to zoom
public ZoomRectangle(Plot plot)
Parameters
plot
Plot
Fields
FillColor
public Color FillColor
Field Value
Properties
HorizontalSpan
public bool HorizontalSpan { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
LineStyle
public LineStyle LineStyle { get; set; }
Property Value
MouseDown
public Pixel MouseDown { get; set; }
Property Value
MouseUp
public Pixel MouseUp { get; set; }
Property Value
Plot
public Plot Plot { get; }
Property Value
VerticalSpan
public bool VerticalSpan { get; set; }
Property Value
Methods
Apply(IXAxis)
public void Apply(IXAxis xAxis)
Parameters
xAxis
IXAxis
Apply(IYAxis)
public void Apply(IYAxis yAxis)
Parameters
yAxis
IYAxis
Render(RenderPack)
public void Render(RenderPack rp)
Parameters
rp
RenderPack