'Declaration <CategoryAttribute("Palette")> <DescriptionAttribute("When this property is enabled the zone colors gradate smoothly from one to another.")> <DefaultValueAttribute()> Public Property SmoothPalette As Boolean
'Usage Dim instance As SurfaceSeriesBase Dim value As Boolean instance.SmoothPalette = value value = instance.SmoothPalette
[Category("Palette")] [Description("When this property is enabled the zone colors gradate smoothly from one to another.")] [DefaultValue()] public bool SmoothPalette {get; set;}