'Declaration <DefaultValueAttribute()> <CategoryAttribute("Palette")> <DescriptionAttribute("Controls the number of entries in the automatic palette.")> Public Property PaletteSteps As Integer
'Usage Dim instance As SurfaceSeriesBase Dim value As Integer instance.PaletteSteps = value value = instance.PaletteSteps
[DefaultValue()] [Category("Palette")] [Description("Controls the number of entries in the automatic palette.")] public int PaletteSteps {get; set;}