ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DArea Class / SizeDefault Property

In This Topic
    SizeDefault Property (Chart3DArea)
    In This Topic
    Gets or sets the default size of the ChartArea.
    Syntax
    'Declaration
     
    Public Shadows Property SizeDefault As System.Drawing.Size
    public new System.Drawing.Size SizeDefault {get; set;}
    Remarks
    The SizeDefault property specifies the size of the chart element it describes. Non-negative values indicate the explicit width and height in chart client coordinates to place the chart element.Negative values will allow auto-positioning.
    See Also