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

In This Topic
    ShouldSerializeLocationDefault Method (Area)
    In This Topic
    Returns false if the ChartArea 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.X = -1, LocationDefault.Y = -1, which results in automatic placement of the ChartArea.
    See Also