'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the color of the point.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property Color As NColorFillStyle
'Usage
Dim instance As NFastBarSeries Dim value As NColorFillStyle instance.Color = value value = instance.Color
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the color of the point.")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NColorFillStyle Color {get; set;}