[]
        
(Showing Draft Content)

C1.Win.C1Chart.Area.ShouldSerializeSizeDefault

ShouldSerializeSizeDefault Method

ShouldSerializeSizeDefault()

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

See Also