OWC11.ChartSpaceClass objCSpace = new OWC11.ChartSpaceClass();
        OWC11.ChChart objChart = objCSpace.Charts.Add(0);
        objChart.Type = ChartChartTypeEnum.chChartTypeColumnClustered3D;
        objChart.SeriesCollection.Add(0);
        objChart.SeriesCollection[0].DataLabelsCollection.Add();
        objChart.SeriesCollection[0].DataLabelsCollection[0].HasValue = true;
.......
代码太多,只摘抄了这几行。
不知道为什么数据标志总也显示不出来。
折腾了两天,office2003都重装了两遍,快崩溃了。
肯请高手为什么数据标志不显示,还有什么秘密设置吗?