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


Gets or sets the legend cell content alignment.
Legend cell content alignment.

Syntax

Visual Basic (Declaration)  
Public Overridable Property Alignment As ContentAlignment
Visual Basic (Usage) Copy Code
Dim instance As LegendCell
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, series symbols or images within the legend cell.

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.