The text of a data label. Tags in curly brackets { } will be replaced with the information taken from the data file. The following tags are available: title value series percents start difference total

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

Syntax

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

See Also