PPCC Namespace
Gets or sets the Legend Item width. Used if the default width of the legend does not give enough room when aligned left or right

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

Syntax

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

See Also