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

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