MarginTop Property
MarginTop
Gets or sets the top margin of chart area in twips.
-1 will allow for margin auto-positioning.
Declaration
[TypeConverter(typeof(PageUnitConverter))]
public double MarginTop { get; set; }
<TypeConverter(GetType(PageUnitConverter))>
Public Property MarginTop As Double