PointSeriesTypes3D: {
    Pixelated: typeof PointCloudSeries3D;
    Triangulated: typeof PointSeries3D;
} = ...

Collection of PointSeries3D implementations.

Used when creating an PointSeries3D with addPointSeries. Selected option tells what the returned Series type will be - PointSeries3D implementations are otherwise equal, but their styling APIs expect different Style objects.

Type declaration