ComponentOne Chart for .NET (2.0) Search HelpCentral 

Margin.Top Property

Gets or sets the number of pixels between the top edge of the ChartArea and the ChartArea contents.

[Visual Basic]

Public Property Top As Integer

[C#]

public int Top {get;set;}

[Delphi]

public property Top: Int32 read get_Top write set_Top;

Remarks

Setting the Top property of the Margin to-1 will result in an automatic calculation for the Top 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.