Gets or sets the number of pixels between the right edge of the ChartArea and the ChartArea contents.
[Visual Basic]
Public Property Right As Integer
[C#]
public int Right {get;set;}
[Delphi]
public property Right: Int32 read get_Right write set_Right;
Remarks
Setting the Right property of the Margin to -1 will result in an automatic calculation for the Right value.
See Also
Margin Class | Margin Members | C1.Win.C1Chart Namespace | Margin Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |