소스 검색

Fixed a bug 10422 with series' index

master
DragonFire_cp 13 년 전
부모
커밋
7a8ee3e620
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      DocX/Charts/Chart.cs

+ 0
- 1
DocX/Charts/Chart.cs 파일 보기

@@ -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…
취소
저장