[]
        
(Showing Draft Content)

C1.Win.C1Chart.Label.ShouldSerializeSizeDefault

ShouldSerializeSizeDefault Method

ShouldSerializeSizeDefault()

Indicates whether the SizeDefault has a default value.

Declaration
public bool ShouldSerializeSizeDefault()
Returns
Type Description
bool

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