'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("The contour dot size.")> Public Property ContourDotSize As NSizeL
'Usage
Dim instance As NHeatMapSeriesBase Dim value As NSizeL instance.ContourDotSize = value value = instance.ContourDotSize
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("The contour dot size.")] public NSizeL ContourDotSize {get; set;}