Ver código fonte

Fixed a bug 10422 with series' index

master
DragonFire_cp 13 anos atrás
pai
commit
7a8ee3e620
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      DocX/Charts/Chart.cs

+ 0
- 1
DocX/Charts/Chart.cs Ver arquivo

@@ -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++;
}
}
}

Carregando…
Cancelar
Salvar