[]
        
(Showing Draft Content)

C1.Win.C1Chart.Legend.ShouldSerializeSizeDefault

ShouldSerializeSizeDefault Method

ShouldSerializeSizeDefault()

Returns false if the Legend 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 Legend.

See Also