.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > LegendBox Class : ColumnAlignments Property
ColumnAlignments Property
Gets or sets an array of StringAlignment enumeration members that specify the alignment of each column respectively. This setting applies for all legend entries in this legend box.
Syntax
'Declaration
 
Public Property ColumnAlignments As StringAlignment()
'Usage
 
Dim instance As LegendBox
Dim value() As StringAlignment
 
instance.ColumnAlignments = value
 
value = instance.ColumnAlignments
public StringAlignment[] ColumnAlignments {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also