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


In This Topic
    ContourDisplayMode Property
    In This Topic
    The contour display mode
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Specifies the contour display mode.")>
    Public Property ContourDisplayMode As ContourDisplayMode
    'Usage
     
    
    Dim instance As NHeatMapSeriesBase
    Dim value As ContourDisplayMode
     
    instance.ContourDisplayMode = value
     
    value = instance.ContourDisplayMode
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Specifies the contour display mode.")]
    public ContourDisplayMode ContourDisplayMode {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