Gets or sets the string format used to display the axis labels.

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

Syntax

C#
public string LabelFormat { get; set; }
Visual Basic
Public Property LabelFormat As String
	Get
	Set
Visual C++
public:
property String^ LabelFormat {
	String^ get ();
	void set (String^ value);
}

See Also