public static CT_GapAmount Parse(XmlNode node, XmlNamespaceManager namespaceManager) { if (node == null) return null; CT_GapAmount ctObj = new CT_GapAmount(); if (node.Attributes["val"]!=null) ctObj.val = XmlHelper.ReadUShort(node.Attributes["val"]); return ctObj; }
public CT_BarChart() { this.extLstField = new List<CT_Extension>(); this.axIdField = new List<CT_UnsignedInt>(); this.serLinesField = new List<CT_ChartLines>(); this.overlapField = new CT_Overlap(); this.gapWidthField = new CT_GapAmount(); this.dLblsField = new CT_DLbls(); this.serField = new List<CT_BarSer>(); this.varyColorsField = new CT_Boolean(); this.groupingField = new CT_BarGrouping(); this.barDirField = new CT_BarDir(); }
public CT_Bar3DChart() { this.extLstField = new List<CT_Extension>(); this.axIdField = new List<CT_UnsignedInt>(); this.shapeField = new CT_Shape(); this.gapDepthField = new CT_GapAmount(); this.gapWidthField = new CT_GapAmount(); this.dLblsField = new CT_DLbls(); this.serField = new List<CT_BarSer>(); this.varyColorsField = new CT_Boolean(); this.groupingField = new CT_BarGrouping(); this.barDirField = new CT_BarDir(); }
public CT_Line3DChart() { this.extLstField = new List<CT_Extension>(); this.axIdField = new List<CT_UnsignedInt>(); this.gapDepthField = new CT_GapAmount(); this.dropLinesField = new CT_ChartLines(); this.dLblsField = new CT_DLbls(); this.serField = new List<CT_LineSer>(); this.varyColorsField = new CT_Boolean(); this.groupingField = new CT_Grouping(); }
public CT_UpDownBars() { this.extLstField = new List<CT_Extension>(); this.downBarsField = new CT_UpDownBar(); this.upBarsField = new CT_UpDownBar(); this.gapWidthField = new CT_GapAmount(); }
public CT_OfPieChart() { this.extLstField = new List<CT_Extension>(); this.serLinesField = new List<CT_ChartLines>(); this.secondPieSizeField = new CT_SecondPieSize(); this.custSplitField = new List<CT_UnsignedInt>(); this.splitPosField = new CT_Double(); this.splitTypeField = new CT_SplitType(); this.gapWidthField = new CT_GapAmount(); this.dLblsField = new CT_DLbls(); this.serField = new List<CT_PieSer>(); this.varyColorsField = new CT_Boolean(); this.ofPieTypeField = new CT_OfPieType(); }