FillBrushMappingMode Property (BaseColumnRenderableSeriesViewModel)
Gets or sets a SciChart.Drawing.Common.TextureMappingMode which defines how columns are filled when a gradient SciChart.Charting.Visuals.RenderableSeries.BaseColumnRenderableSeries.Fill is used. If SciChart.Drawing.Common.TextureMappingMode.PerScreen, then a single texture is shared across multiple columns If SciChart.Drawing.Common.TextureMappingMode.PerPrimitive, then a texture is created and scaled per-column fill area
Syntax
public virtual TextureMappingMode FillBrushMappingMode {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