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

In This Topic
    SetPoint Property
    In This Topic
    Gets or sets point dataset.
    Syntax
    'Declaration
     
    Public Property SetPoint As Chart3DDataSetPoint
    public Chart3DDataSetPoint SetPoint {get; set;}
    Remarks
    Applied only if DataLayout is PointData. See Chart3DDataSetPoint for details.
    See Also