2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Legend Class / Size Property

In This Topic
    Size Property (Legend)
    In This Topic
    Gets or sets the size of the legend in chart control client coordinates.
    Syntax
    'Declaration
     
    Public Property Size As System.Drawing.Size
    public System.Drawing.Size Size {get; set;}
    Remarks
    Modifying this value will change SizeDefault.
    See Also