Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode enum

ChartDataLabelLocationMode enum

Specifies how the values ​​that specify the location of a data label - the Left and Top properties - are interpreted.

enum class ChartDataLabelLocationMode

Values

NameValueDescription
Offset0The location of a data label is specified by an offset from the position defined by its Position property.
Absolute1The location of a data label is specified using absolute coordinates, staring from the upper left corner of a chart.

See Also