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

In This Topic
    ShouldSerializeLocationDefault Method (Title)
    In This Topic
    Indicates whether the LocationDefault has a default value.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeLocationDefault() As System.Boolean
    public System.bool ShouldSerializeLocationDefault()

    Return Value

    True if the LocationDefault has no default value; otherwise, it is false.
    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