I'd like to show the value on the line chart,how to set it?just like this picture.
add a ChartTextAppearance object to the UltraChart.LineChart.ChartText collection, set its FormatString property to <DATA_VALUE:#>, its Row and Column properties to -2 (wildcard), and set its Visible property to true.
good. then how to show the style?