Browse Source

Fixed a bug 10422 with series' index

master
DragonFire_cp 14 years ago
parent
commit
7a8ee3e620
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      DocX/Charts/Chart.cs

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

pt = new XElement(XName.Get("pt", DocX.c.NamespaceName), new XAttribute(XName.Get("idx"), index), 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())); new XElement(XName.Get("v", DocX.c.NamespaceName), values[index].ToString()));
numCache.Add(pt); numCache.Add(pt);
index++;
} }
} }
} }

Loading…
Cancel
Save