Table of Contents

Class IAxisExtensions

Namespace
ScottPlot
Assembly
ScottPlot.dll
public static class IAxisExtensions
Inheritance
IAxisExtensions
Inherited Members

Methods

Collapse(IAxis)

Set the axis size to zero and disable tick generation. This method allows the data area to rest against the edge of the figure (e.g., when collapsing space between stacked plots in a multiplot)

public static void Collapse(this IAxis axis)

Parameters

axis IAxis

GetRange(IAxis)

public static CoordinateRange GetRange(this IAxis axis)

Parameters

axis IAxis

Returns

CoordinateRange

IsInverted(IAxis)

public static bool IsInverted(this IAxis axis)

Parameters

axis IAxis

Returns

bool

RemoveTickGenerator(IAxis)

public static void RemoveTickGenerator(this IAxis axis)

Parameters

axis IAxis