The position of the data label (only valid for clustered charts).

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

Syntax

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

See Also