The position of the data label – above or below the graph point.

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

Syntax

C#
public LineChartDataLabelPositions DataLabelPosition { get; set; }
Visual Basic (Declaration)
Public Property DataLabelPosition As LineChartDataLabelPositions
Visual C++
public:
property LineChartDataLabelPositions DataLabelPosition {
	LineChartDataLabelPositions get ();
	void set (LineChartDataLabelPositions value);
}

See Also