BoundsDoubleXYSetValues Method |
LightningChart .NET Help
Set all values.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetValues(
double xMin,
double xMax,
double yMin,
double yMax
)
Public Sub SetValues (
xMin As Double,
xMax As Double,
yMin As Double,
yMax As Double
)
public:
void SetValues(
double xMin,
double xMax,
double yMin,
double yMax
)
Parameters
- xMin
- Type: SystemDouble
X minimum value - xMax
- Type: SystemDouble
X maximum value - yMin
- Type: SystemDouble
Y minimum value - yMax
- Type: SystemDouble
Y maximum value
See Also