Explorar el Código

Fixed a bug 10422 with series' index

master
DragonFire_cp hace 13 años
padre
commit
7a8ee3e620
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      DocX/Charts/Chart.cs

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

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

Cargando…
Cancelar
Guardar