SurfaceStyle
public enum SurfaceStyleSurface styling options shared between the core Chart model and the 3D add-on.
Swift Charts equivalent: Chart3DSurfaceStyle.
Fields
Section titled “Fields”
Solid = 0Flat solid colour from foregroundStyle.
Returns
ChartGuru.SurfaceStyle — No return description is available.
Gradient
Section titled “Gradient”Gradient = 1Gradient from ForegroundStyle(LinearGradient/EllipticalGradient).
Returns
ChartGuru.SurfaceStyle — No return description is available.
HeightBased
Section titled “HeightBased”HeightBased = 2Per-vertex colouring by surface Height (y). Swift: .heightBased.
Returns
ChartGuru.SurfaceStyle — No return description is available.
NormalBased
Section titled “NormalBased”NormalBased = 3Per-vertex colouring by surface normal direction. Swift: .normalBased.
Returns
ChartGuru.SurfaceStyle — No return description is available.