Table of Contents

Interface IZoomRectangle

Namespace
ScottPlot
Assembly
ScottPlot.dll
public interface IZoomRectangle
Extension Methods

Properties

HorizontalSpan

bool HorizontalSpan { get; set; }

Property Value

bool

IsVisible

bool IsVisible { get; set; }

Property Value

bool

MouseDown

Pixel MouseDown { get; set; }

Property Value

Pixel

MouseUp

Pixel MouseUp { get; set; }

Property Value

Pixel

VerticalSpan

bool VerticalSpan { get; set; }

Property Value

bool

Methods

Apply(IXAxis)

void Apply(IXAxis xAxes)

Parameters

xAxes IXAxis

Apply(IYAxis)

void Apply(IYAxis yAxes)

Parameters

yAxes IYAxis

Render(RenderPack)

void Render(RenderPack rp)

Parameters

rp RenderPack