Sfoglia il codice sorgente

Fixed a bug 10422 with series' index

master
DragonFire_cp 13 anni fa
parent
commit
7a8ee3e620
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      DocX/Charts/Chart.cs

+ 0
- 1
DocX/Charts/Chart.cs Vedi File

@@ -359,7 +359,6 @@ namespace Novacode
pt = new XElement(XName.Get("pt", DocX.c.NamespaceName), new XAttribute(XName.Get("idx"), index),
new XElement(XName.Get("v", DocX.c.NamespaceName), values[index].ToString()));
numCache.Add(pt);
index++;
}
}
}

Loading…
Annulla
Salva