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

In This Topic
    LocationDefault Property (Title)
    In This Topic
    Gets or sets the default location of the title.
    Syntax
    'Declaration
     
    Public Property LocationDefault As System.Drawing.Point
    public System.Drawing.Point LocationDefault {get; set;}
    Remarks
    The LocationDefault property specifies the location of the upper, left corner of the chart element it describes. Non-negative values indicate the explicit position in chart client coordinates to place the chart element. Negative values will allow autopositioning.
    See Also