コード例 #1
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 public CT_ChartSpace()
 {
     this.extLstField = new List<CT_Extension>();
     this.userShapesField = new CT_RelId();
     this.printSettingsField = new CT_PrintSettings();
     this.externalDataField = new CT_ExternalData();
     this.txPrField = new CT_TextBody();
     this.spPrField = new CT_ShapeProperties();
     this.chartField = new CT_Chart();
     this.protectionField = new CT_Protection();
     this.pivotSourceField = new CT_PivotSource();
     this.clrMapOvrField = new CT_ColorMapping();
     this.styleField = new CT_Style();
     this.roundedCornersField = new CT_Boolean();
     this.langField = new CT_TextLanguageID();
     this.date1904Field = new CT_Boolean();
 }
コード例 #2
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();
 }
コード例 #3
0
ファイル: Chart.cs プロジェクト: runningwater/npoi
 public static CT_Boolean Parse(XmlNode node, XmlNamespaceManager namespaceManager)
 {
     if (node == null)
         return null;
     CT_Boolean ctObj = new CT_Boolean();
     ctObj.val = XmlHelper.ReadInt(node.Attributes["val"]);
     return ctObj;
 }
コード例 #4
0
ファイル: Chart.cs プロジェクト: runningwater/npoi
 public CT_Boolean AddNewPlotVisOnly()
 {
     this.plotVisOnlyField=new CT_Boolean();
     return this.plotVisOnlyField;
 }
コード例 #5
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 public CT_ExternalData()
 {
     this.autoUpdateField = new CT_Boolean();
 }
コード例 #6
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 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();
 }
コード例 #7
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 public CT_BubbleChart()
 {
     this.extLstField = new List<CT_Extension>();
     this.axIdField = new List<CT_UnsignedInt>();
     this.sizeRepresentsField = new CT_SizeRepresents();
     this.showNegBubblesField = new CT_Boolean();
     this.bubbleScaleField = new CT_BubbleScale();
     this.bubble3DField = new CT_Boolean();
     this.dLblsField = new CT_DLbls();
     this.serField = new List<CT_BubbleSer>();
     this.varyColorsField = new CT_Boolean();
 }
コード例 #8
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 public CT_DTable()
 {
     this.extLstField = new List<CT_Extension>();
     this.showKeysField = new CT_Boolean();
     this.showOutlineField = new CT_Boolean();
     this.showVertBorderField = new CT_Boolean();
     this.showHorzBorderField = new CT_Boolean();
 }
コード例 #9
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 public CT_Trendline()
 {
     this.extLstField = new List<CT_Extension>();
     this.trendlineLblField = new CT_TrendlineLbl();
     this.dispEqField = new CT_Boolean();
     this.dispRSqrField = new CT_Boolean();
     this.interceptField = new CT_Double();
     this.backwardField = new CT_Double();
     this.forwardField = new CT_Double();
     this.periodField = new CT_Period();
     this.orderField = new CT_Order();
     this.trendlineTypeField = new CT_TrendlineType();
 }
コード例 #10
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();
 }
コード例 #11
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 public CT_PictureOptions()
 {
     this.pictureStackUnitField = new CT_PictureStackUnit();
     this.pictureFormatField = new CT_PictureFormat();
     this.applyToEndField = new CT_Boolean();
     this.applyToSidesField = new CT_Boolean();
     this.applyToFrontField = new CT_Boolean();
 }
コード例 #12
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();
 }
コード例 #13
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();
 }
コード例 #14
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();
 }
コード例 #15
0
ファイル: LineChart.cs プロジェクト: JnS-Software-LLC/npoi
 public CT_Boolean AddNewVaryColors()
 {
     this.varyColorsField = new CT_Boolean();
     return this.varyColorsField;
 }
コード例 #16
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 public CT_ErrBars()
 {
     this.extLstField = new List<CT_Extension>();
     this.valField = new CT_Double();
     this.minusField = new CT_NumDataSource();
     this.plusField = new CT_NumDataSource();
     this.noEndCapField = new CT_Boolean();
     this.errValTypeField = new CT_ErrValType();
     this.errBarTypeField = new CT_ErrBarType();
     this.errDirField = new CT_ErrDir();
 }
コード例 #17
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 public CT_Protection()
 {
     this.userInterfaceField = new CT_Boolean();
     this.selectionField = new CT_Boolean();
     this.formattingField = new CT_Boolean();
     this.dataField = new CT_Boolean();
     this.chartObjectField = new CT_Boolean();
 }
コード例 #18
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 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();
 }
コード例 #19
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 public CT_Title()
 {
     this.extLstField = new List<CT_Extension>();
     this.overlayField = new CT_Boolean();
     this.layoutField = new CT_Layout();
     this.txField = new CT_Tx();
 }
コード例 #20
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();
 }
コード例 #21
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 public CT_SurfaceChart()
 {
     this.extLstField = new List<CT_Extension>();
     this.axIdField = new List<CT_UnsignedInt>();
     this.bandFmtsField = new List<CT_BandFmt>();
     this.serField = new List<CT_SurfaceSer>();
     this.wireframeField = new CT_Boolean();
 }
コード例 #22
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 public CT_Pie3DChart()
 {
     this.extLstField = new List<CT_Extension>();
     this.dLblsField = new CT_DLbls();
     this.serField = new List<CT_PieSer>();
     this.varyColorsField = new CT_Boolean();
 }
コード例 #23
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 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();
 }
コード例 #24
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 public CT_RadarChart()
 {
     this.extLstField = new List<CT_Extension>();
     this.axIdField = new List<CT_UnsignedInt>();
     this.dLblsField = new CT_DLbls();
     this.serField = new List<CT_RadarSer>();
     this.varyColorsField = new CT_Boolean();
     this.radarStyleField = new CT_RadarStyle();
 }
コード例 #25
0
ファイル: Chart.cs プロジェクト: xiepeixing/npoi
 public CT_DoughnutChart()
 {
     this.extLstField = new List<CT_Extension>();
     this.holeSizeField = new CT_HoleSize();
     this.firstSliceAngField = new CT_FirstSliceAng();
     this.dLblsField = new CT_DLbls();
     this.serField = new List<CT_PieSer>();
     this.varyColorsField = new CT_Boolean();
 }
コード例 #26
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();
 }
コード例 #27
0
ファイル: Chart.cs プロジェクト: runningwater/npoi
 public void AddNewOverlay()
 {
     this.overlayField = new CT_Boolean();
     //return this.overlayField;
 }
コード例 #28
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 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();
 }
コード例 #29
0
ファイル: Chart.cs プロジェクト: runningwater/npoi
 public CT_Boolean AddNewDelete()
 {
     this.deleteField = new CT_Boolean();
     return this.deleteField;
 }
コード例 #30
0
ファイル: Chart.cs プロジェクト: xoposhiy/npoi
 public CT_View3D()
 {
     this.extLstField = new List<CT_Extension>();
     this.perspectiveField = new CT_Perspective();
     this.rAngAxField = new CT_Boolean();
     this.depthPercentField = new CT_DepthPercent();
     this.rotYField = new CT_RotY();
     this.hPercentField = new CT_HPercent();
     this.rotXField = new CT_RotX();
 }