Synchronizes the number of palette entries in the automatic palette with
the current scale of the vertical axis on which the series is displayed.
Valid only when AutomaticPalette is set to true. Otherwise the PaletteSteps
property is considered.
'Usage
Dim instance As SurfaceSeriesBase
Dim value As Boolean
instance.SyncPaletteWithAxisScale = value
value = instance.SyncPaletteWithAxisScale
[Category("Palette")]
[Description("Synchronizes the automatic palette with the current scale of the vertical axis.")]
[DefaultValue(true)]
public bool SyncPaletteWithAxisScale {get; set;}
Example
The code below disables the property, so that the user can specify the number
of palette steps manually:
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