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

In This Topic
    SetIrGrid Property
    In This Topic
    Gets or sets irregular grid dataset.
    Syntax
    'Declaration
     
    Public Property SetIrGrid As Chart3DDataSetIrGrid
    public Chart3DDataSetIrGrid SetIrGrid {get; set;}
    Remarks
    Applied only if DataLayout is IrGridData. See Chart3DDataSetIrGrid for details.
    See Also