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