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