MindFusion WinForms Programmer's Guide
Chart.DefaultSize Property
See Also
 





The initial size of the control when it is dropped into a form.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

protected override Size DefaultSize { get; }

Visual Basic  Copy Code

Protected Overrides ReadOnly Property DefaultSize As Size

 Property Value

A .NET Size object that represents the default size of the control.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace