Table of Contents

Interface IManagesAxisLimits

Namespace
ScottPlot
Assembly
ScottPlot.dll

This interface is applied to plottables which modify axis limits at render time. The update method is called at render time before the ticks are calculated.

public interface IManagesAxisLimits
Extension Methods

Properties

ManageAxisLimits

bool ManageAxisLimits { get; set; }

Property Value

bool

Methods

UpdateAxisLimits(Plot)

void UpdateAxisLimits(Plot plot)

Parameters

plot Plot