Gets or sets the base of the logarithm scale. The default is 10.

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

Syntax

C#
public double Base { get; set; }
Visual Basic
Public Property Base As Double
	Get
	Set
Visual C++
public:
property double Base {
	double get ();
	void set (double value);
}

See Also