ActiveReports.Chart Request technical support
MarginY Property
See Also 


Gets or sets the floating legend vertical margin.

Syntax

Visual Basic (Declaration) 
Public Property MarginY As Integer
Visual Basic (Usage)Copy Code
Dim instance As Legend
Dim value As Integer
 
instance.MarginY = value
 
value = instance.MarginY
C# 
public int MarginY {get; set;}

See Also