The Cylindroid 3D Chart Type
Examples for the 3D Cylindroid 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!
Cylindroid 3D Charts are provided by the CylindroidDataSeries3D type.
The location of the CylindroidDataSeries3D is defined by following properties:
- CylindroidDataSeries3D.OffsetX – a location of the Cylindroid by the X-Axis
- CylindroidDataSeries3D.OffsetY – a location of the Cylindroid by the Y-Axis
- CylindroidDataSeries3D.OffsetZ – a location of the Cylindroid by the Z-Axis
The size of the CylindroidDataSeries3D is defined by following properties:
- CylindroidDataSeries3D.C – a radius of the Cylindroid along the Z-Axis
- CylindroidDataSeries3D.H – a height of the Cylindroid along the Z-Axis
Declaring a Cylindroid 3D Series with random values in the offset map