ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChart Class / Location Property

In This Topic
    Location Property (baseChart)
    In This Topic
    Gets or sets the location of the chart area in chart control client coordinates.
    Syntax
    'Declaration
     
    Public Shadows Property Location As System.Drawing.Point
    public new System.Drawing.Point Location {get; set;}
    See Also