2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase 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