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

In This Topic
    ShouldSerializeLocationDefault Method (Title)
    In This Topic
    Returns false if the Title LocationDefault property is in the default state.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeLocationDefault() As System.Boolean
    public System.bool ShouldSerializeLocationDefault()

    Return Value

    Boolean.
    Remarks
    The default state is LocationDefault.Width = -1, LocationDefault.Height = -1, which results in automatic location of the Title based upon the Compass property.
    See Also