public static CT_PictureOptions Parse(XmlNode node, XmlNamespaceManager namespaceManager) { if (node == null) return null; CT_PictureOptions ctObj = new CT_PictureOptions(); foreach (XmlNode childNode in node.ChildNodes) { if (childNode.LocalName == "applyToFront") ctObj.applyToFront = CT_Boolean.Parse(childNode, namespaceManager); else if (childNode.LocalName == "applyToSides") ctObj.applyToSides = CT_Boolean.Parse(childNode, namespaceManager); else if (childNode.LocalName == "applyToEnd") ctObj.applyToEnd = CT_Boolean.Parse(childNode, namespaceManager); else if (childNode.LocalName == "pictureFormat") ctObj.pictureFormat = CT_PictureFormat.Parse(childNode, namespaceManager); else if (childNode.LocalName == "pictureStackUnit") ctObj.pictureStackUnit = CT_PictureStackUnit.Parse(childNode, namespaceManager); } return ctObj; }
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(); }
public CT_Surface() { this.extLstField = new List<CT_Extension>(); this.pictureOptionsField = new CT_PictureOptions(); this.thicknessField = new CT_UnsignedInt(); }
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(); }
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(); }