[]
        
(Showing Draft Content)

C1.Win.C1Chart.Title.ShouldSerializeSizeDefault

ShouldSerializeSizeDefault Method

ShouldSerializeSizeDefault()

Returns false if the Title SizeDefault property is in the default state.

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 Title.

See Also