[CLOSED] ColumnSeries Label in two fields

  1. #1

    [CLOSED] ColumnSeries Label in two fields

    Attached Thumbnails Click image for larger version. 

Name:	ColumnSeries.png 
Views:	197 
Size:	42.2 KB 
ID:	4630  
    Last edited by Daniil; Aug 18, 2012 at 9:36 AM. Reason: [CLOSED]
  2. #2
    Thanks for the report. We will fix it soon (Field will accept multiple fields)
  3. #3
    Quote Originally Posted by Vladimir View Post
    Thanks for the report. We will fix it soon (Field will accept multiple fields)
    So, Is this don't to make for the moment? or Is there otherwise of it make this?
  4. #4
    We will commit the fix today. I will notify you
    Or you can use CustomConfig of Label
    <Label 
         Display="Outside"
         TextAnchor="middle"
         Orientation="Horizontal"
         Color="#333" Contrast="True" FontSize="10">
         <Renderer Handler="return Ext.util.Format.usMoney(value);" />
         <CustomConfig>
                 <ext:ConfigItem Name="field" Value="['Valor1','Valor2']" Mode="Raw" />
         </CustomConfig>
    </Label>
  5. #5
    Quote Originally Posted by Vladimir View Post
    We will commit the fix today. I will notify you
    Or you can use CustomConfig of Label
    <Label 
         Display="Outside"
         TextAnchor="middle"
         Orientation="Horizontal"
         Color="#333" Contrast="True" FontSize="10">
         <Renderer Handler="return Ext.util.Format.usMoney(value);" />
         <CustomConfig>
                 <ext:ConfigItem Name="field" Value="['Valor1','Valor2']" Mode="Raw" />
         </CustomConfig>
    </Label>
    Thank you Vladimir, I don't know much about of CustomConfig, but, this is working.
  6. #6
    CustomConfig allows to set up custom JavaScript properties.

    This
    <CustomConfig>
        <ext:ConfigItem Name="field" Value="['Valor1','Valor2']" Mode="Raw" />
    </CustomConfig>
    means that the Label will be rendered with
    field : ['Valor1','Valor2']
    JavaScript property.

    By the way, the initial issue has been fixed in SVN. After update you can set up just:
    Field="Valor1,Valor2"
  7. #7
    Quote Originally Posted by Daniil View Post
    CustomConfig allows to set up custom JavaScript properties.

    This
    <CustomConfig>
        <ext:ConfigItem Name="field" Value="['Valor1','Valor2']" Mode="Raw" />
    </CustomConfig>
    means that the Label will be rendered with
    field : ['Valor1','Valor2']
    JavaScript property.

    By the way, the initial issue has been fixed in SVN. After update you can set up just:
    Field="Valor1,Valor2"
    Hi Daniil thank you for you explanation about of CustomConfig and, about the property Field I am new and I don't know that is SVN, Can you help me?
  8. #8
    SVN means a subversion system.

    The latest Ext.NET v2 sources are currently here:
    http://svn.ext.net/premium/branches/2.1/

    You can use any SVN client, for example, TortoiseSVN to download the sources.
  9. #9
    Quote Originally Posted by Daniil View Post
    SVN means a subversion system.

    The latest Ext.NET v2 sources are currently here:
    http://svn.ext.net/premium/branches/2.1/

    You can use any SVN client, for example, TortoiseSVN to download the sources.
    Thank you Daniil, but, I don't have access to url with my user and password.
  10. #10
    The SVN credentials are not the same as the forums ones.

    They should be emailed to you when you got Premium Support Subscriptions. Please check the Inbox.

    If it is lost, please send a request with your forum name to:
    support@object.net

Similar Threads

  1. [CLOSED] Field Label Width of Composite Fields
    By jeremyl in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 11, 2010, 5:32 AM
  2. [CLOSED] Label Style / Obtain label color based on theme
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Apr 15, 2010, 10:35 AM
  3. Dynamic fields
    By Wtower in forum 1.x Help
    Replies: 2
    Last Post: Apr 20, 2009, 5:57 PM
  4. Reset all fields
    By james.healey in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 11, 2009, 12:14 PM
  5. Removing label fields
    By sz_146 in forum 1.x Help
    Replies: 0
    Last Post: Nov 12, 2008, 5:09 AM

Tags for this Thread

Posting Permissions