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