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