'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Specifies the contour color mode.")> Public Property ContourColorMode As ContourColorMode
'Usage
Dim instance As NHeatMapSeriesBase Dim value As ContourColorMode instance.ContourColorMode = value value = instance.ContourColorMode
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Specifies the contour color mode.")] public ContourColorMode ContourColorMode {get; set;}