ActiveReports.Chart Request technical support
Alignment Property
See Also 


Gets or sets the floating legend alignment within the chart area.

Syntax

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

See Also