Gets or sets the size of the ChartArea in chart control client coordinates.
[Visual Basic]
Public Property Size As Size
[C#]
public Size Size {get;set;}
[Delphi]
public property Size: Size read get_Size write set_Size;
Remarks
The Size property always returns the actual size of the chart element it describes whether or not the element placement is manual or automatic.
Modifying this value will change SizeDefault.
See Also
Area Class | Area Members | C1.Win.C1Chart Namespace | Area Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |