ScottPlot
|
A stateful analog to AxisLimits deisgned to expand to include given data. More...
Public Member Functions | |
ExpandingAxisLimits () | |
Create a new set of expanding axis limits with no leimits set initially. | |
ExpandingAxisLimits (AxisLimits initialLimits) | |
Create a new set of expanding axis limits starting from the given axis limits. | |
ExpandingAxisLimits (IEnumerable< IPlottable > plottables) | |
override string | ToString () |
void | SetX (double left, double right) |
void | SetY (double bottom, double top) |
void | Expand (double x, double y) |
Expanded limits to include the given x and y . | |
void | Expand (IPlottable plottable) |
void | ExpandX (double x) |
Expanded limits to include the given x . | |
void | ExpandY (double y) |
Expanded limits to include the given y . | |
void | Expand (Coordinates coordinates) |
Expanded limits to include the given coordinates . | |
void | Expand (IEnumerable< Coordinates > coordinates) |
Expanded limits to include the given coordinates . | |
void | Expand (IEnumerable< Coordinates3d > coordinates) |
Expanded limits to include the given coordinates . | |
void | Expand (CoordinateRect rect) |
void | Expand (AxisLimits limits) |
void | ExpandX (AxisLimits limits) |
void | ExpandY (AxisLimits limits) |
bool | Equals (ExpandingAxisLimits? other) |
bool | Equals (AxisLimits other) |
override bool | Equals (object? obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (ExpandingAxisLimits a, ExpandingAxisLimits b) |
static bool | operator!= (ExpandingAxisLimits a, ExpandingAxisLimits b) |
static bool | operator== (ExpandingAxisLimits a, AxisLimits b) |
static bool | operator!= (ExpandingAxisLimits a, AxisLimits b) |
Properties | |
double | Left = double.NaN [get, set] |
double | Right = double.NaN [get, set] |
double | Bottom = double.NaN [get, set] |
double | Top = double.NaN [get, set] |
double | HorizontalSpan [get] |
double | VerticalSpan [get] |
bool | IsRealX [get] |
bool | IsRealY [get] |
bool | IsReal [get] |
bool | HasArea [get] |
AxisLimits | AxisLimits [get] |
A stateful analog to AxisLimits deisgned to expand to include given data.
|
inline |
Create a new set of expanding axis limits with no leimits set initially.
|
inline |
Create a new set of expanding axis limits starting from the given axis limits.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Expanded limits to include the given coordinates .
|
inline |
Expanded limits to include the given x and y .
|
inline |
Expanded limits to include the given coordinates .
|
inline |
Expanded limits to include the given coordinates .
|
inline |
|
inline |
|
inline |
Expanded limits to include the given x .
|
inline |
|
inline |
Expanded limits to include the given y .
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
get |
|
getset |
|
get |
|
get |
|
get |
|
get |
|
get |
|
getset |
|
getset |
|
getset |
|
get |