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


In This Topic
    ContourPathMode Property
    In This Topic
    Gets / sets the contour path mode
    Syntax
    'Declaration
     
    
    Public Property ContourPathMode As ContourPathMode
    'Usage
     
    
    Dim instance As NHeatMapSeriesBase
    Dim value As ContourPathMode
     
    instance.ContourPathMode = value
     
    value = instance.ContourPathMode
    public ContourPathMode ContourPathMode {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