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
Name | Value | Description |
---|---|---|
Offset | 0 | The location of a data label is specified by an offset from the position defined by its Position property. |
Absolute | 1 | The location of a data label is specified using absolute coordinates, staring from the upper left corner of a chart. |
See Also
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++