Chart3DApplyOptions
public struct Chart3DApplyOptionsOptional style knobs forwarded from ChartGuru.ChartDataSourceBase to the 3D bridge. Kept as a plain struct so the core assembly doesn’t depend on any 3D-specific types.
Fields
Section titled “Fields”
BarWidth
Section titled “BarWidth”public float BarWidthDefault bar width as fraction of category slot (0..1).
Returns
System.Single
BarDepth
Section titled “BarDepth”public float BarDepthDefault bar depth as fraction of category slot (0..1).
Returns
System.Single
StackingMethod
Section titled “StackingMethod”public MarkStackingMethod StackingMethodStacking method for bar-family 3D marks.
Returns
ChartGuru.MarkStackingMethod
CornerRadius
Section titled “CornerRadius”public float CornerRadiusDefault corner radius for rounded 3D bar and rectangle marks, in 2D authoring pixels.
Returns
System.Single
SymbolSize
Section titled “SymbolSize”public float SymbolSizeDefault symbol size for scatter/point marks (world units).
Returns
System.Single
LineThickness
Section titled “LineThickness”public float LineThicknessDefault line/ribbon thickness for 3D line marks.
Returns
System.Single
UseSeriesIndexAsZ
Section titled “UseSeriesIndexAsZ”public bool UseSeriesIndexAsZWhen true, multi-series charts use series index as Z coordinate.
Returns
System.Boolean
UseSurfaceGrid
Section titled “UseSurfaceGrid”public bool UseSurfaceGridWhen true, data points describe a sampled 3D surface grid.
Returns
System.Boolean
SurfaceResolutionX
Section titled “SurfaceResolutionX”public int SurfaceResolutionXSurface grid resolution along X.
Returns
System.Int32
SurfaceResolutionZ
Section titled “SurfaceResolutionZ”public int SurfaceResolutionZSurface grid resolution along Z.
Returns
System.Int32
SurfaceStyle
Section titled “SurfaceStyle”public SurfaceStyle SurfaceStyleSurface colouring style for sampled surface-grid data.
Returns
ChartGuru.SurfaceStyle
UsePrimaryGradient
Section titled “UsePrimaryGradient”public bool UsePrimaryGradientWhen true, PrimaryGradient is applied to single-series marks without explicit colors.
Returns
System.Boolean
PrimaryGradient
Section titled “PrimaryGradient”public LinearGradientStyle PrimaryGradientOptional single-series gradient forwarded from regular 2D data-source styling.
Returns
ChartGuru.LinearGradientStyle
ForegroundStyleMode
Section titled “ForegroundStyleMode”public ForegroundStyleMode ForegroundStyleModeControls whether single-series marks share a style key or derive one from their category.
Returns
ChartGuru.ForegroundStyleMode
Properties
Section titled “Properties”
Default
Section titled “Default”public static Chart3DApplyOptions Default { get; }Returns
ChartGuru.Chart3DApplyOptions