ActiveReports.Chart Request technical support
Bottom Property
See Also 


Gets or sets the margin between the inner and outer edges on the bottom side of a border.

Syntax

Visual Basic (Declaration) 
Public Property Bottom As Single
Visual Basic (Usage)Copy Code
Dim instance As BorderSizes
Dim value As Single
 
instance.Bottom = value
 
value = instance.Bottom
C# 
public float Bottom {get; set;}

See Also