FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartRect Class / Location Property

In This Topic
    Location Property (ChartRect)
    In This Topic
    Gets or sets the location of the element.
    Syntax
    'Declaration
     
    Public Overridable Property Location As C1.Win.Interop.Point
    public virtual C1.Win.Interop.Point Location {get; set;}
    Remarks
    Specifies the location of the upper left corner of the chart element it describes. Non-negative values indicate the explicit position in chart client coordinates. Negative values will autopositioning.
    See Also