'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the palette assocaited with the bars.")> Public Property Palette As NPalette
'Usage
Dim instance As NBarSeriesBase Dim value As NPalette instance.Palette = value value = instance.Palette
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the palette assocaited with the bars.")] public NPalette Palette {get; set;}