Gets or sets binding path for Slice.Title field. This is a dependency property.

Namespace:  AmCharts.Windows
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also