This sample is to display the value label above the line in Line Chart.
Sets the labelPosition property to "up".
up: sets the location of the label to above the line
down: sets the location of the label to below the line

ā—¸Layout
<Line2DSeries labelPosition="up" yField="Profit" 
		form="curve" color="0xeca614" />