Gets or sets the text line alignment.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public ChartTextLineAlignment LineAlignment { get; set; }
Visual Basic (Declaration)
Public Property LineAlignment As ChartTextLineAlignment
Visual C++
public:
property ChartTextLineAlignment LineAlignment {
	ChartTextLineAlignment get ();
	void set (ChartTextLineAlignment value);
}

See Also