ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContour Class / NumLevels Property

In This Topic
    NumLevels Property
    In This Topic
    Gets or sets number of contour levels.
    Syntax
    'Declaration
     
    Public Property NumLevels As System.Integer
    public System.int NumLevels {get; set;}
    Remarks
    This has no effect when the chart is using a custom distribution table (AutoDistribution property is false).
    See Also