示例#1
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_Surface()
 {
     this.extLstField = new List<CT_Extension>();
     this.pictureOptionsField = new CT_PictureOptions();
     this.thicknessField = new CT_UnsignedInt();
 }
示例#2
0
文件: Chart.cs 项目: xiepeixing/npoi
 public CT_MultiLvlStrData()
 {
     this.extLstField = new List<CT_Extension>();
     this.lvlField = new List<CT_StrVal>();
     this.ptCountField = new CT_UnsignedInt();
 }
示例#3
0
 public CT_UnsignedInt AddNewPtCount()
 {
     this.ptCountField = new CT_UnsignedInt();
     return ptCountField;
 }
示例#4
0
 public CT_UnsignedInt AddNewOrder()
 {
     this.orderField = new CT_UnsignedInt();
     return orderField;
 }
示例#5
0
 public static CT_UnsignedInt Parse(XmlNode node, XmlNamespaceManager namespaceManager)
 {
     if (node == null)
         return null;
     CT_UnsignedInt ctObj = new CT_UnsignedInt();
     ctObj.val = XmlHelper.ReadUInt(node.Attributes["val"]);
     return ctObj;
 }
示例#6
0
 public CT_UnsignedInt AddNewAxId()
 {
    this.axIdField=new CT_UnsignedInt();
    return this.axIdField;
 }
示例#7
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_BubbleSer()
 {
     this.extLstField = new List<CT_Extension>();
     this.bubble3DField = new CT_Boolean();
     this.bubbleSizeField = new CT_NumDataSource();
     this.yValField = new CT_NumDataSource();
     this.xValField = new CT_AxDataSource();
     this.errBarsField = new List<CT_ErrBars>();
     this.trendlineField = new List<CT_Trendline>();
     this.dLblsField = new CT_DLbls();
     this.dPtField = new List<CT_DPt>();
     this.invertIfNegativeField = new CT_Boolean();
     this.txField = new CT_SerTx();
     this.orderField = new CT_UnsignedInt();
     this.idxField = new CT_UnsignedInt();
 }
示例#8
0
文件: Chart.cs 项目: xiepeixing/npoi
 public CT_PieSer()
 {
     this.extLstField = new List<CT_Extension>();
     this.valField = new CT_NumDataSource();
     this.catField = new CT_AxDataSource();
     this.dLblsField = new CT_DLbls();
     this.dPtField = new List<CT_DPt>();
     this.explosionField = new CT_UnsignedInt();
     this.txField = new CT_SerTx();
     this.orderField = new CT_UnsignedInt();
     this.idxField = new CT_UnsignedInt();
 }
示例#9
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_CatAx()
 {
     this.extLstField = new List<CT_Extension>();
     this.noMultiLvlLblField = new CT_Boolean();
     this.tickMarkSkipField = new CT_Skip();
     this.tickLblSkipField = new CT_Skip();
     this.lblOffsetField = new CT_LblOffset();
     this.lblAlgnField = new CT_LblAlgn();
     this.autoField = new CT_Boolean();
     this.crossAxField = new CT_UnsignedInt();
     this.tickLblPosField = new CT_TickLblPos();
     this.minorTickMarkField = new CT_TickMark();
     this.majorTickMarkField = new CT_TickMark();
     this.numFmtField = new CT_NumFmt();
     this.titleField = new CT_Title();
     this.minorGridlinesField = new CT_ChartLines();
     this.majorGridlinesField = new CT_ChartLines();
     this.axPosField = new CT_AxPos();
     this.deleteField = new CT_Boolean();
     this.scalingField = new CT_Scaling();
     this.axIdField = new CT_UnsignedInt();
 }
示例#10
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_ValAx()
 {
     this.extLstField = new List<CT_Extension>();
     this.dispUnitsField = new CT_DispUnits();
     this.minorUnitField = new CT_AxisUnit();
     this.majorUnitField = new CT_AxisUnit();
     this.crossBetweenField = new CT_CrossBetween();
     this.crossAxField = new CT_UnsignedInt();
     this.tickLblPosField = new CT_TickLblPos();
     this.minorTickMarkField = new CT_TickMark();
     this.majorTickMarkField = new CT_TickMark();
     this.numFmtField = new CT_NumFmt();
     this.titleField = new CT_Title();
     this.minorGridlinesField = new CT_ChartLines();
     this.majorGridlinesField = new CT_ChartLines();
     this.axPosField = new CT_AxPos();
     this.deleteField = new CT_Boolean();
     this.scalingField = new CT_Scaling();
     this.axIdField = new CT_UnsignedInt();
 }
示例#11
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_DateAx()
 {
     this.extLstField = new List<CT_Extension>();
     this.minorTimeUnitField = new CT_TimeUnit();
     this.minorUnitField = new CT_AxisUnit();
     this.majorTimeUnitField = new CT_TimeUnit();
     this.majorUnitField = new CT_AxisUnit();
     this.baseTimeUnitField = new CT_TimeUnit();
     this.lblOffsetField = new CT_LblOffset();
     this.autoField = new CT_Boolean();
     this.crossAxField = new CT_UnsignedInt();
     this.tickLblPosField = new CT_TickLblPos();
     this.minorTickMarkField = new CT_TickMark();
     this.majorTickMarkField = new CT_TickMark();
     this.numFmtField = new CT_NumFmt();
     this.titleField = new CT_Title();
     this.minorGridlinesField = new CT_ChartLines();
     this.majorGridlinesField = new CT_ChartLines();
     this.axPosField = new CT_AxPos();
     this.deleteField = new CT_Boolean();
     this.scalingField = new CT_Scaling();
     this.axIdField = new CT_UnsignedInt();
 }
示例#12
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_PivotSource()
 {
     this.extLstField = new List<CT_Extension>();
     this.fmtIdField = new CT_UnsignedInt();
 }
示例#13
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_PivotFmt()
 {
     this.extLstField = new List<CT_Extension>();
     this.dLblField = new CT_DLbl();
     this.markerField = new CT_Marker();
     this.idxField = new CT_UnsignedInt();
 }
示例#14
0
文件: Chart.cs 项目: xiepeixing/npoi
 public CT_SurfaceSer()
 {
     this.extLstField = new List<CT_Extension>();
     this.valField = new CT_NumDataSource();
     this.catField = new CT_AxDataSource();
     this.txField = new CT_SerTx();
     this.orderField = new CT_UnsignedInt();
     this.idxField = new CT_UnsignedInt();
 }
示例#15
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_DPt()
 {
     this.extLstField = new List<CT_Extension>();
     this.pictureOptionsField = new CT_PictureOptions();
     this.explosionField = new CT_UnsignedInt();
     this.bubble3DField = new CT_Boolean();
     this.markerField = new CT_Marker();
     this.invertIfNegativeField = new CT_Boolean();
     this.idxField = new CT_UnsignedInt();
 }
示例#16
0
文件: Chart.cs 项目: xiepeixing/npoi
 public CT_BandFmt()
 {
     this.idxField = new CT_UnsignedInt();
 }
示例#17
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_DLbl()
 {
     this.extLstField = new List<CT_Extension>();
     this.itemsElementNameField = new List<ItemsChoiceType7>();
     this.itemsField = new List<object>();
     this.idxField = new CT_UnsignedInt();
 }
示例#18
0
文件: Chart.cs 项目: xiepeixing/npoi
 public CT_LegendEntry()
 {
     this.extLstField = new List<CT_Extension>();
     this.idxField = new CT_UnsignedInt();
 }
示例#19
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_NumData()
 {
     this.extLstField = new List<CT_Extension>();
     this.ptField = new List<CT_NumVal>();
     this.ptCountField = new CT_UnsignedInt();
 }
示例#20
0
 public CT_UnsignedInt AddNewPtCount()
 {
     ptCount = new CT_UnsignedInt();
     return ptCount;
 }
示例#21
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_BarSer()
 {
     this.extLstField = new List<CT_Extension>();
     this.shapeField = new CT_Shape();
     this.valField = new CT_NumDataSource();
     this.catField = new CT_AxDataSource();
     this.errBarsField = new CT_ErrBars();
     this.trendlineField = new List<CT_Trendline>();
     this.dLblsField = new CT_DLbls();
     this.dPtField = new List<CT_DPt>();
     this.pictureOptionsField = new CT_PictureOptions();
     this.invertIfNegativeField = new CT_Boolean();
     this.txField = new CT_SerTx();
     this.orderField = new CT_UnsignedInt();
     this.idxField = new CT_UnsignedInt();
 }
示例#22
0
 public CT_UnsignedInt AddNewCrossAx()
 {
    this.crossAxField= new CT_UnsignedInt();
    return this.crossAxField;
 }
示例#23
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_LineSer()
 {
     this.extLstField = new List<CT_Extension>();
     this.smoothField = new CT_Boolean();
     this.valField = new CT_NumDataSource();
     this.catField = new CT_AxDataSource();
     this.errBarsField = new CT_ErrBars();
     this.trendlineField = new List<CT_Trendline>();
     this.dLblsField = new CT_DLbls();
     this.dPtField = new List<CT_DPt>();
     this.markerField = new CT_Marker();
     this.txField = new CT_SerTx();
     this.orderField = new CT_UnsignedInt();
     this.idxField = new CT_UnsignedInt();
 }
示例#24
0
 public CT_UnsignedInt AddNewIdx()
 {
     this.idxField = new CT_UnsignedInt();
     return idxField;
 }
示例#25
0
 public CT_UnsignedInt AddNewAxId()
 {
     CT_UnsignedInt si = new CT_UnsignedInt();
     if (this.axIdField == null)
         this.axIdField = new List<CT_UnsignedInt>();
     axIdField.Add(si);
     return si;
 }
示例#26
0
 public CT_UnsignedInt AddNewAxId()
 {
     if (this.axIdField == null)
         this.axIdField = new List<CT_UnsignedInt>();
     CT_UnsignedInt axIdItem = new CT_UnsignedInt();
     this.axIdField.Add(axIdItem);
     return axIdItem;
 }
示例#27
0
文件: Chart.cs 项目: xoposhiy/npoi
 public CT_AreaSer()
 {
     this.extLstField = new List<CT_Extension>();
     this.valField = new CT_NumDataSource();
     this.catField = new CT_AxDataSource();
     this.errBarsField = new List<CT_ErrBars>();
     this.trendlineField = new List<CT_Trendline>();
     this.dLblsField = new CT_DLbls();
     this.dPtField = new List<CT_DPt>();
     this.pictureOptionsField = new CT_PictureOptions();
     this.txField = new CT_SerTx();
     this.orderField = new CT_UnsignedInt();
     this.idxField = new CT_UnsignedInt();
 }