Loads a predefined advanced gradient in the fill effect.
The following example will set a Fog1 variant 11 predefined gradient to the left chart wall
Dim chart As Chart = CType((ChartControl.Charts(0)), Chart)
Dim fillEffect As FillEffectBase = chart.Wall(ChartWallType.Left).FillEffect
fillEffect.SetPredefinedAdvancedGradient(AdvancedGradientScheme.Fog1, 11)
Chart chart = (Chart)(ChartControl.Charts[0]);
FillEffectBase fillEffect = chart.Wall(ChartWallType.Left).FillEffect;
fillEffect.SetPredefinedAdvancedGradient(AdvancedGradientScheme.Fog1, 11);
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