Gets or sets the line text alignment.

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

Syntax

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

See Also