Gets or sets the default size of the ChartArea.
[Visual Basic]
Public Property SizeDefault As Size
[C#]
public Size SizeDefault {get;set;}
[Delphi]
public property SizeDefault: Size read get_SizeDefault write set_SizeDefault;
Remarks
The SizeDefault property specifies the size of the chart element it describes. Non-negative values indicate the explicit width and height in chart client coordinates to place the chart element. Negative values will allow auto-positioning.
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. |