Returns false if the ChartArea SizeDefault property is in the default state.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public bool ShouldSerializeSizeDefault() |
Visual Basic |
---|
Public Function ShouldSerializeSizeDefault As Boolean |
Return Value
Boolean.Remarks
The default state is SizeDefault.Width = -1, SizeDefault.Height = -1,
which results in automatic sizing of the ChartArea.