Table of Contents

TDataLabelPosition Enumeration

Defines where a label is displayed on a chart.

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
Automatic 0 Label is placed on the default position. This is AutoPie for Pie charts, Right for Line Charts, Outside for BarCharts and Center for Stacked Bar charts.
Outside 1 Label is outside the data. Applies to Bar, pie charts.
Inside 2 Label is inside the data. Applies to Bar, pie charts.
Center 3 Label is centered on the data. Applies to Bar, line, pie charts.
Axis 4 Label is placed on the Axis. Applies to Bar charts.
Above 5 Label is placed Above the data. Applies to Line charts.
Below 6 Label is placed Below the data. Applies to Line charts.
Left 7 Label is placed Left of the data. Applies to Line charts.
Right 8 Label is placed Right of the data. Applies to Line charts.
AutoPie 9 Label is placed automatically on the chart. This applies to Pie charts, and it is equivalent to TDataLabelPosition.Automatic.
Any 10 Label has been manually moved and it is placed at an arbitrary place.