Gets or sets the integer to be returned if the LegendPosition is Bottom.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also