BoundsDoubleXY Constructor (Double, Double, Double, Double) |
LightningChart .NET Help
Constructor
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic BoundsDoubleXY(
double xMin,
double xMax,
double yMin,
double yMax
)
Public Sub New (
xMin As Double,
xMax As Double,
yMin As Double,
yMax As Double
)
public:
BoundsDoubleXY(
double xMin,
double xMax,
double yMin,
double yMax
)
Parameters
- xMin
- Type: SystemDouble
X minimum - xMax
- Type: SystemDouble
X maximum - yMin
- Type: SystemDouble
Y minimum - yMax
- Type: SystemDouble
Y maximum
See Also