[CLOSED] show-only-whole-numbers-instead-of-decimals

  1. #1

    [CLOSED] show-only-whole-numbers-instead-of-decimals

    resuming this thread:

    http://forums.ext.net/showthread.php...426#post107426

    do not send me any errors but does not show me the graph

              Dim lbl = New Ext.Net.AxisLabel()
                    lbl.Renderer.Handler = "if (value.toString().indexOf('.') === -1){return value;} else { Return '';  }"
                    AxesY.Label = lbl
    thanks!
    Last edited by Daniil; May 07, 2013 at 3:48 AM. Reason: [CLOSED]
  2. #2
    Hi @JCarlosF,

    Please provide a full sample to reproduce.

Similar Threads

  1. Replies: 11
    Last Post: Apr 20, 2013, 2:06 AM
  2. [CLOSED] Chart - Decimals Number
    By pdcase in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 22, 2012, 7:46 AM
  3. Format decimals
    By UserClarion in forum 1.x Help
    Replies: 1
    Last Post: Dec 30, 2011, 1:43 PM
  4. [CLOSED] RowEditor bug with decimals
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Oct 18, 2010, 4:36 PM
  5. usMoney - No Decimals
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Apr 15, 2009, 5:27 PM

Posting Permissions