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

In This Topic
    SizeDefault Property (baseChartRect)
    In This Topic
    Gets or sets the default size of the element.
    Syntax
    'Declaration
     
    Public Property SizeDefault As System.Drawing.Size
    public 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