Пример #1
0
 public CT_Surface()
 {
     this.extLstField = new List<CT_Extension>();
     this.pictureOptionsField = new CT_PictureOptions();
     this.thicknessField = new CT_UnsignedInt();
 }
Пример #2
0
 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
 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
 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
 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
 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
 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
 public CT_PivotSource()
 {
     this.extLstField = new List<CT_Extension>();
     this.fmtIdField = new CT_UnsignedInt();
 }
Пример #13
0
 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
 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
 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
 public CT_BandFmt()
 {
     this.idxField = new CT_UnsignedInt();
 }
Пример #17
0
 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
 public CT_LegendEntry()
 {
     this.extLstField = new List<CT_Extension>();
     this.idxField = new CT_UnsignedInt();
 }
Пример #19
0
 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
 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
 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
 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();
 }