Determines the row number of the LegenItem.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also