Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DataLabelPositionType Position { get; set; }
Public Property Position As DataLabelPositionType
	Get
	Set
public:
virtual property DataLabelPositionType Position {
	DataLabelPositionType get () sealed;
	void set (DataLabelPositionType value) sealed;
}
abstract Position : DataLabelPositionType with get, set
override Position : DataLabelPositionType with get, set

Property Value

DataLabelPositionType

Implements

IChartDataLabels..::..Position

See Also