Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapSeriesBase Class / ContourDotSize Property


In This Topic
    ContourDotSize Property
    In This Topic
    The contour dot size
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also