[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart2DArea.MarginTop

MarginTop Property

MarginTop

Gets or sets the top margin of chart area in twips. -1 will allow for margin auto-positioning.

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