Dundas Chart for Windows Forms
HeaderTextAlignment Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > LegendCellColumn Class : HeaderTextAlignment Property


Gets or sets the legend column header's text alignment.
Legend header text horizontal text alignment.

Syntax

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

Return Value

StringAlignment value that represents the alignment of the legend cell header text. Defaults to StringAlignment.Center.

Remarks

Sets the horizontal alignment.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.