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

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public int Top { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Top As Integer
	Get
	Set

Remarks

Setting the Top property of the Margin to –1 will result in an automatic calculation for the Top value.

See Also