Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
how to set format of labels above columns
posted

Hi

I have a simple column chart (ultrachart 3.5) that I bind to a recordset in the page load event.  It shows the numeric data values above the columns.  But they're displayed with a single decimal point (e.g. 15.0).  I want to display them as integer values with no decimal points.

I can't figure out where to set this.  I've tried setting the ItemFormat and ItemFormatString properties of the X Axis labels, but nothing changes  The decimal point and trailing 0 are still there.  (For example, I've tried <ITEM_LABEL:N0>, as well as <DATA_VALUE:N0)).  Which property should I use to format the numeric labels that appear over the columns??

Can anyone help?