ActiveReports.Chart Request technical support
Alignment Property
See Also 


Gets or sets the label alignment around the anchor point.

Syntax

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

See Also