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

In This Topic
    ContourData Property
    In This Topic
    Gets or sets contour data.
    Syntax
    'Declaration
     
    Public Property ContourData As System.Double(,)
    public System.double[,] ContourData {get; set;}
    Remarks
    Used when drawing 4D charts. Can be used only for bar and surface charts, as well as grid and irregular grid data layout.
    See Also