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

In This Topic
    Size Property (ChartRect)
    In This Topic
    Gets or sets the size of the element.
    Syntax
    'Declaration
     
    Public Property Size As C1.Win.Interop.Size
    public C1.Win.Interop.Size Size {get; set;}
    Remarks
    Specifies the size of the chart element it describes. Non-negative values indicate explicit width and height in chart client coordinates. Negative values will allow autopositioning.
    See Also