Name of the field in data source representing id of the event ending at this point

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

Syntax

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

See Also