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

In This Topic
    Set Property
    In This Topic
    Gets or sets dataset.
    Syntax
    'Declaration
     
    Public Property Set As Chart3DDataSet
    public Chart3DDataSet Set {get; set;}
    Remarks
    See Chart3DDataSet for details.
    See Also