This website works better with JavaScript.
Home
Explore
Help
Sign In
ligan
/
DocX
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed a bug 10422 with series' index
master
DragonFire_cp
13 years ago
parent
9e5259f678
commit
7a8ee3e620
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
DocX/Charts/Chart.cs
+ 0
- 1
DocX/Charts/Chart.cs
View 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++;
}
}
}
Write
Preview
Loading…
Cancel
Save