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

In This Topic
    AutoDistribution Property
    In This Topic
    Whether to use a linear distribution table to determine the spacing of contour levels.
    Syntax
    'Declaration
     
    Public Property AutoDistribution As System.Boolean
    public System.bool AutoDistribution {get; set;}
    Remarks
    When AutoDistribution is true the chart automatically generates linear distribution table using NumLevels property.
    See Also