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
IsVertical(IPanel)
Returns true for Y axes (left and right)
public static bool IsVertical(this IPanel panel)
Parameters
panel
IPanel
Returns
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
ResetSize(IPanel)
Remove all pixel size constraints
public static void ResetSize(this IPanel panel)
Parameters
panel
IPanel