Gets or sets the size of the Chart Area margins.
[Visual Basic]
Public Property Margins As Margin
[C#]
public Margin Margins {get;set;}
[Delphi]
public property Margins: Margin read get_Margins write set_Margins;
Remarks
The four margin values (Bottom, Top, Left, and Right) are each C1Chart Margin objects. Each object takes an integer value, and setting its value to 1 will allow for margin 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. |