'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Whether to show the heat map fill.")> Public Property ShowFill As System.Boolean
'Usage
Dim instance As NHeatMapSeriesBase Dim value As System.Boolean instance.ShowFill = value value = instance.ShowFill
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Whether to show the heat map fill.")] public System.bool ShowFill {get; set;}