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

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

    Return Value

    Boolean.
    Remarks
    The default state is SizeDefault.Width = -1, SizeDefault.Height = -1, which results in automatic sizing of the Label.
    See Also