'Declaration
<System.ComponentModel.CategoryAttribute("Empty Data Points Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the fill style applied to the empty data points when the Mode is set to ")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property FillStyle As NFillStyle
'Usage
Dim instance As NEmptyDataPointsAppearance Dim value As NFillStyle instance.FillStyle = value value = instance.FillStyle
[System.ComponentModel.Category("Empty Data Points Appearance")] [System.ComponentModel.Description("Controls the fill style applied to the empty data points when the Mode is set to ")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NFillStyle FillStyle {get; set;}