[FIXED] [#876] [3.2.1] The titles attribute PieSerie not Working

  1. #1

    [FIXED] [#876] [3.2.1] The titles attribute PieSerie not Working

    Hello everyone ,

    I use Ext.net 3.2, and for that I want to create a PolarChart by cons ,

    I can not differentiate the value is displayed on the labels and legend ,

    I tried the titles attribute but still the same problem , that work well in the version 2.5 , here is my code and results:

    Serie.XField = chartSerie.XField;  // XFIELD
                string[] Titles = chartSerie.SerieTitle.Split(',');
                Serie.Titles = Titles; // Titles Of legend Value "A1", "A2", "A3 ," A4"
                Serie.ShowInLegend = chartSerie.ShowInLegend;
                string[] Field = chartSerie.YField.Split(',');
                Serie.Colors = chartSerie.SerieColor.Split(new char[] { ',' }).ToArray();
                Serie.Donut = 0;
    
                Serie.Highlight = true;
                Serie.Label = SerieLabel;
                Serie.Label.Field = new string[] { Field[1] };// ModelField Value of Label "example" 84% "2 %"   "3%"  "1%"
    Result: Label =" 84% "2 %" "3%" "1%"
    Titles= 84% "2 %" "3%" "1%" :/
    Last edited by Daniil; Aug 21, 2015 at 2:35 PM. Reason: [FIXED] [#876] [3.2.1]
  2. #2
    Hi @aghilaso,

    Thank you for the report!

    Created an Issue:
    https://github.com/extnet/Ext.NET/issues/876

    Fixed in the revision 6537 (trunk). It goes to 3.2.1.
    Last edited by Daniil; Aug 21, 2015 at 3:55 PM.

Similar Threads

  1. Replies: 9
    Last Post: Apr 27, 2016, 1:13 AM
  2. [CLOSED] CartesianChart Legend Titles
    By MrProtonYo in forum 3.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 01, 2015, 7:08 PM
  3. ext:ModelField Mapping attribute not working
    By jbarbeau in forum 2.x Help
    Replies: 5
    Last Post: Jan 14, 2013, 10:01 AM
  4. [CLOSED] Tab titles ellipsis not working - here's a CSS fix
    By anup in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Apr 12, 2011, 3:48 PM
  5. Replies: 2
    Last Post: Feb 16, 2011, 8:36 AM

Posting Permissions