ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Title Class / ShouldSerializeLocationDefault Method

In This Topic
    ShouldSerializeLocationDefault Method
    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 value.
    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