2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / Size Property

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