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


Gets or sets the legend column content alignment.
Legend column content alignment. This is only applicable to items that are automatically generated for the series.

Syntax

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

Return Value

A ContentAlignment value that represents the alignment of the legend cell content. Defaults to ContentAlignment.MiddleCenter.

Remarks

This property is used to align text or series symbols within the legend cell column.

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.