or
painChart.Series[0].Appearance.LabelAppearance.Position.AlignedPosition =
AlignedPositions.Right;
painChart.Series[0].Appearance.LabelAppearance.LabelLocation =
StyleSeriesItemLabel.ItemLabelLocation.Inside;
But no labels appear and I dont know how to set the numeric value to the label.
Kindly let me know the code as to how to place the labels with the numeric values at the right or left of the points in a line chart.
Thanks in advance,
Harini