Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3D Class / ContourLevelsCount Property


In This Topic
    ContourLevelsCount Property (C1Chart3D)
    In This Topic
    Gets or sets the number of contour levels.
    Syntax
    'Declaration
     
    
    Public Property ContourLevelsCount As Integer
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As Integer
     
    instance.ContourLevelsCount = value
     
    value = instance.ContourLevelsCount
    public int ContourLevelsCount {get; set;}
    See Also