Table of Contents

Class IPanelExtensions

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

Methods

IsHorizontal(IPanel)

Returns true for X axes (bottom and top)

public static bool IsHorizontal(this IPanel panel)

Parameters

panel IPanel

Returns

bool

IsVertical(IPanel)

Returns true for Y axes (left and right)

public static bool IsVertical(this IPanel panel)

Parameters

panel IPanel

Returns

bool

LockSize(IPanel, float)

Set min and max size to the same value to force this size to always be used

public static void LockSize(this IPanel panel, float size)

Parameters

panel IPanel
size float

ResetSize(IPanel)

Remove all pixel size constraints

public static void ResetSize(this IPanel panel)

Parameters

panel IPanel