The Ellipsoid 3D Chart Type
Examples for the 3D Free Surface Mesh Chart can be found in the SciChart WPF Examples Suite which can be downloaded from the SciChart Website or our SciChart.WPF.Examples Github Repository.
NEW to SciChart WPF 3D v5.2!
Ellipsoid 3D Charts are provided by the EllipsoidDataSeries3D type.
The location of the EllipsoidDataSeries3D is defined by following properties:
- EllipsoidDataSeries3D.OffsetX – a location of the Ellipsoid by the X-Axis
- EllipsoidDataSeries3D.OffsetY – a location of the Ellipsoid by the Y-Axis
- EllipsoidDataSeries3D.OffsetZ – a location of the Ellipsoid by the Z-Axis
The size of the EllipsoidDataSeries3D is defined by following properties:
- EllipsoidDataSeries3D.A – a radius of the Ellipsoid along the X-Axis
- EllipsoidDataSeries3D.B – a radius of the Ellipsoid along the Y-Axis
- EllipsoidDataSeries3D.C – a radius of the Ellipsoid along the Z-Axis
Declaring an Ellipsoid 3D Series with random values in the offset map