RangeXYZ Constructor (PointDoubleXYZ, PointDoubleXYZ) |
LightningChart .NET Help
Range of PointDoubleXYZ
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic RangeXYZ(
PointDoubleXYZ min,
PointDoubleXYZ max
)
Public Sub New (
min As PointDoubleXYZ,
max As PointDoubleXYZ
)
public:
RangeXYZ(
PointDoubleXYZ^ min,
PointDoubleXYZ^ max
)
Parameters
- min
- Type: Arction.Wpf.ChartingPointDoubleXYZ
[Missing <param name="min"/> documentation for "M:Arction.Wpf.Charting.RangeXYZ.#ctor(Arction.Wpf.Charting.PointDoubleXYZ,Arction.Wpf.Charting.PointDoubleXYZ)"]
- max
- Type: Arction.Wpf.ChartingPointDoubleXYZ
[Missing <param name="max"/> documentation for "M:Arction.Wpf.Charting.RangeXYZ.#ctor(Arction.Wpf.Charting.PointDoubleXYZ,Arction.Wpf.Charting.PointDoubleXYZ)"]
See Also