'Declaration
<System.ComponentModel.CategoryAttribute("Styles")> <System.ComponentModel.DescriptionAttribute("Gets or sets the default fill style applied to the series")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property FillStyle As NFillStyle
'Usage
Dim instance As NSeries Dim value As NFillStyle instance.FillStyle = value value = instance.FillStyle
[System.ComponentModel.Category("Styles")] [System.ComponentModel.Description("Gets or sets the default fill style applied to the series")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NFillStyle FillStyle {get; set;}