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

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

    Return Value

    True if the SizeDefault has no default value; otherwise, it is false.
    Remarks
    The default state is SizeDefault.Width = -1, SizeDefault.Height = -1, which results in automatic sizing of the Label.
    See Also