The width of the text in the legend. This is useful if you want all entries to be right-aligned.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<int> LegendValueWidth { get; set; }
Visual Basic (Declaration)
Public Property LegendValueWidth As Nullable(Of Integer)
Visual C++
public:
property Nullable<int> LegendValueWidth {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also