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