dotnetCHARTING Send comments on this topic.
ColumnAlignments Property
See Also 
dotnetCHARTING Namespace > LegendBox Class : 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

Visual Basic (Declaration) 
Public Property ColumnAlignments As StringAlignment()
Visual Basic (Usage)Copy Code
Dim instance As LegendBox
Dim value() As StringAlignment
 
instance.ColumnAlignments = value
 
value = instance.ColumnAlignments
C# 
public StringAlignment[] ColumnAlignments {get; set;}

See Also

© 2010 All Rights Reserved.