Gets or sets the size of the title 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
Title Class | Title Members | C1.Win.C1Chart Namespace | Title Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |