ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase 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