Spacing Property (StackedBoxPlotRenderableSeriesViewModel)
Gets or sets the pixel gap between adjacent box-plot bars at the same X index. Behaves like SciChart.Charting.Visuals.RenderableSeries.StackedColumnRenderableSeries with SciChart.Charting.Visuals.RenderableSeries.SpacingMode.Absolute: the value is an absolute offset in pixels, not a fraction of the available width.
Syntax
public virtual double Spacing {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also