Table of Contents

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

Color

Properties

HorizontalSpan

public bool HorizontalSpan { get; set; }

Property Value

bool

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

LineStyle

public LineStyle LineStyle { get; set; }

Property Value

LineStyle

MouseDown

public Pixel MouseDown { get; set; }

Property Value

Pixel

MouseUp

public Pixel MouseUp { get; set; }

Property Value

Pixel

Plot

public Plot Plot { get; }

Property Value

Plot

VerticalSpan

public bool VerticalSpan { get; set; }

Property Value

bool

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