PPCC Namespace
Gets or sets the items per row for the legend when align top or bottom

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

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

See Also