'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the bar width mode when the bar is in scatter mode.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property PaletteColorMode As PaletteColorMode
'Usage
Dim instance As NBarSeriesBase Dim value As PaletteColorMode instance.PaletteColorMode = value value = instance.PaletteColorMode
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the bar width mode when the bar is in scatter mode.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PaletteColorMode PaletteColorMode {get; set;}