Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadSurfaceChart Class / ContourLevelsCount Property


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