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

In This Topic
    Distribution Property
    In This Topic
    Gets or sets the array of level values for contour calculations.
    Syntax
    'Declaration
     
    Public Property Distribution As System.Double()
    public System.double[] Distribution {get; set;}
    See Also