spire-xls 15.5.0__py3-none-win_amd64.whl → 15.7.1__py3-none-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spire/xls/AddtionalFormatWrapper.py +98 -117
- spire/xls/Average.py +18 -4
- spire/xls/CellBaseStyle.py +13 -6
- spire/xls/CellBorder.py +25 -20
- spire/xls/CellRange.py +305 -269
- spire/xls/CellStyle.py +26 -12
- spire/xls/CellStyleFlag.py +181 -58
- spire/xls/CellStyleObject.py +36 -67
- spire/xls/CellValueChangedEventArgs.py +3 -9
- spire/xls/ColorScale.py +31 -39
- spire/xls/CommentsRange.py +185 -84
- spire/xls/CommonWrapper.py +23 -8
- spire/xls/ConverterSetting.py +19 -36
- spire/xls/DBConnection.py +41 -8
- spire/xls/DVAspect.py +8 -2
- spire/xls/DataBar.py +29 -28
- spire/xls/DocumentProperty.py +86 -38
- spire/xls/Excel2016Charttype.py +14 -2
- spire/xls/ExcelComment.py +1 -2
- spire/xls/ExcelCommentObject.py +206 -121
- spire/xls/ExcelFont.py +74 -59
- spire/xls/ExcelGradient.py +68 -24
- spire/xls/ExcelInterior.py +49 -20
- spire/xls/ExportTableOptions.py +33 -10
- spire/xls/ExternalConnection.py +85 -20
- spire/xls/ExternalLink.py +26 -10
- spire/xls/FileFormat.py +32 -4
- spire/xls/Font.py +95 -42
- spire/xls/FontArrayWrapper.py +135 -36
- spire/xls/FontWrapper.py +194 -92
- spire/xls/Format3D.py +130 -30
- spire/xls/GeomertyAdjustValue.py +22 -10
- spire/xls/GetText.py +8 -2
- spire/xls/GoalSeek.py +44 -14
- spire/xls/GoalSeekResult.py +36 -3
- spire/xls/GradientArrayWrapper.py +92 -28
- spire/xls/GradientStops.py +74 -24
- spire/xls/GradientType.py +10 -2
- spire/xls/GroupShape.py +1 -2
- spire/xls/HPageBreak.py +1 -2
- spire/xls/HTMLOptions.py +7 -19
- spire/xls/HyperLink.py +1 -2
- spire/xls/LOGFONT.py +78 -30
- spire/xls/OColor.py +62 -29
- spire/xls/OdsPageBackground.py +5 -10
- spire/xls/PageColRow.py +21 -10
- spire/xls/PageSetup.py +2 -3
- spire/xls/PaperSizeEntry.py +6 -0
- spire/xls/PicStretch.py +47 -14
- spire/xls/PicTile.py +35 -10
- spire/xls/QueryTableXls.py +19 -6
- spire/xls/RTFCommentArray.py +59 -22
- spire/xls/RTFStringArray.py +59 -22
- spire/xls/RangeRichTextString.py +20 -8
- spire/xls/ReferRangeArea.py +39 -16
- spire/xls/RichText.py +10 -8
- spire/xls/RichTextObject.py +63 -32
- spire/xls/RichTextShape.py +88 -32
- spire/xls/RichTextString.py +61 -24
- spire/xls/RtfTextWriter.py +68 -22
- spire/xls/SaveShapeTypeOption.py +19 -37
- spire/xls/ShapeGlow.py +34 -14
- spire/xls/ShapeReflection.py +55 -18
- spire/xls/StyleArrayWrapper.py +169 -78
- spire/xls/TextBoxShapeBase.py +63 -30
- spire/xls/TextSaveOptions.py +33 -18
- spire/xls/TopBottom.py +18 -6
- spire/xls/VPageBreak.py +3 -5
- spire/xls/Validation.py +12 -6
- spire/xls/WebQueryConnection.py +52 -20
- spire/xls/Workbook.py +810 -841
- spire/xls/Worksheet.py +444 -409
- spire/xls/WriteProtection.py +3 -6
- spire/xls/XlsAddInFunction.py +34 -20
- spire/xls/XlsArcShape.py +156 -40
- spire/xls/XlsBitmapShape.py +141 -43
- spire/xls/XlsBorder.py +72 -31
- spire/xls/XlsBorderArrayWrapper.py +50 -14
- spire/xls/XlsButtonShape.py +58 -16
- spire/xls/XlsCheckBoxShape.py +72 -18
- spire/xls/XlsComboBoxShape.py +53 -16
- spire/xls/XlsComment.py +108 -30
- spire/xls/XlsDataValidationTable.py +43 -16
- spire/xls/XlsDocumentProperty.py +163 -44
- spire/xls/XlsEventArgs.py +33 -24
- spire/xls/XlsEventHandler.py +10 -4
- spire/xls/XlsFill.py +64 -20
- spire/xls/XlsFont.py +182 -52
- spire/xls/XlsGradient.py +90 -26
- spire/xls/XlsGradientStop.py +57 -12
- spire/xls/XlsGroupBoxShape.py +36 -10
- spire/xls/XlsHPageBreak.py +47 -24
- spire/xls/XlsHyperLink.py +111 -42
- spire/xls/XlsLabelShape.py +27 -8
- spire/xls/XlsLineShape.py +188 -48
- spire/xls/XlsListBoxShape.py +63 -14
- spire/xls/XlsName.py +767 -318
- spire/xls/XlsObject.py +2 -4
- spire/xls/XlsOvalShape.py +78 -20
- spire/xls/XlsPageSetup.py +67 -34
- spire/xls/XlsPageSetupBase.py +29 -58
- spire/xls/XlsPrstGeomShape.py +29 -10
- spire/xls/XlsRadioButtonShape.py +94 -22
- spire/xls/XlsRange.py +881 -1077
- spire/xls/XlsRectangleShape.py +69 -22
- spire/xls/XlsScrollBarShape.py +78 -18
- spire/xls/XlsShape.py +391 -180
- spire/xls/XlsShapeFill.py +398 -92
- spire/xls/XlsShapeLineFormat.py +201 -44
- spire/xls/XlsSpinnerShape.py +57 -14
- spire/xls/XlsStyle.py +51 -20
- spire/xls/XlsTextBoxShape.py +263 -60
- spire/xls/XlsVPageBreak.py +9 -14
- spire/xls/XlsValidation.py +318 -68
- spire/xls/XlsValidationWrapper.py +217 -49
- spire/xls/XlsWorkbook.py +529 -65
- spire/xls/XlsWorksheet.py +1211 -1128
- spire/xls/XlsWorksheetBase.py +243 -168
- spire/xls/__init__.py +529 -528
- spire/xls/autofilter/AutoFitterOptions.py +84 -0
- spire/xls/autofilter/ColorFilter.py +61 -0
- spire/xls/autofilter/CustomFilter.py +199 -0
- spire/xls/autofilter/CustomFilterCollection.py +146 -0
- spire/xls/autofilter/DateTimeGroupItem.py +196 -0
- spire/xls/autofilter/DynamicFilter.py +89 -0
- spire/xls/autofilter/FilterColumn.py +289 -0
- spire/xls/autofilter/MultipleFilterCollection.py +218 -0
- spire/xls/autofilter/Top10Filter.py +109 -0
- spire/xls/autofilter/XlsAutoFiltersCollection.py +145 -0
- spire/xls/charts/Chart.py +369 -0
- spire/xls/charts/ChartArea.py +57 -0
- spire/xls/charts/ChartBackgroundMode.py +17 -0
- spire/xls/charts/ChartCategoryAxis.py +88 -0
- spire/xls/charts/ChartDataLabels.py +40 -0
- spire/xls/charts/ChartDataPoint.py +40 -0
- spire/xls/charts/ChartFormat.py +68 -0
- spire/xls/charts/ChartGridLine.py +26 -0
- spire/xls/charts/ChartLegend.py +40 -0
- spire/xls/charts/ChartLegendEntriesColl.py +165 -0
- spire/xls/charts/ChartLegendEntry.py +26 -0
- spire/xls/charts/ChartPlotArea.py +60 -0
- spire/xls/charts/ChartSerie.py +147 -0
- spire/xls/charts/ChartSerieDataFormat.py +54 -0
- spire/xls/charts/ChartSeriesAxis.py +68 -0
- spire/xls/charts/ChartShadow.py +288 -0
- spire/xls/charts/ChartSheet.py +269 -0
- spire/xls/charts/ChartTextArea.py +898 -0
- spire/xls/charts/ChartValueAxis.py +90 -0
- spire/xls/charts/HistogramAxisFormat.py +32 -0
- spire/xls/charts/XlsChart.py +1667 -0
- spire/xls/charts/XlsChartAxis.py +596 -0
- spire/xls/charts/XlsChartBorder.py +180 -0
- spire/xls/charts/XlsChartCategoryAxis.py +640 -0
- spire/xls/charts/XlsChartDataLabelArea.py +368 -0
- spire/xls/charts/XlsChartDataLabels.py +702 -0
- spire/xls/charts/XlsChartDataPoint.py +105 -0
- spire/xls/charts/XlsChartDataTable.py +373 -0
- spire/xls/charts/XlsChartDropBar.py +295 -0
- spire/xls/charts/XlsChartFill.py +659 -0
- spire/xls/charts/XlsChartFormat.py +1229 -0
- spire/xls/charts/XlsChartFrameFormat.py +612 -0
- spire/xls/charts/XlsChartGridLine.py +167 -0
- spire/xls/charts/XlsChartInterior.py +229 -0
- spire/xls/charts/XlsChartLegend.py +334 -0
- spire/xls/charts/XlsChartLegendArea.py +418 -0
- spire/xls/charts/XlsChartLegendEntry.py +152 -0
- spire/xls/charts/XlsChartSerie.py +607 -0
- spire/xls/charts/XlsChartSerieDataFormat.py +1070 -0
- spire/xls/charts/XlsChartSeriesAxis.py +306 -0
- spire/xls/charts/XlsChartShape.py +1256 -0
- spire/xls/charts/XlsChartTitleArea.py +399 -0
- spire/xls/charts/XlsChartValueAxis.py +344 -0
- spire/xls/charts/XlsChartWallOrFloor.py +349 -0
- spire/xls/charts/__init__.py +0 -0
- spire/xls/collection/AddInFunctionsCollection.py +31 -0
- spire/xls/collection/ArcShapeCollection.py +94 -0
- spire/xls/collection/AutoFiltersCollection.py +538 -0
- spire/xls/collection/BordersCollection.py +196 -0
- spire/xls/collection/BordersCollectionArrayWrapper.py +129 -0
- spire/xls/collection/BuiltInDocumentProperties.py +12 -0
- spire/xls/collection/ChartDataPointsCollection.py +72 -0
- spire/xls/collection/ChartFormatCollection.py +58 -0
- spire/xls/collection/ChartSeries.py +187 -0
- spire/xls/collection/ChartsCollection.py +119 -0
- spire/xls/collection/CollectionBase.py +201 -0
- spire/xls/collection/CollectionExtended.py +96 -0
- spire/xls/collection/ComboBoxCollection.py +89 -0
- spire/xls/collection/CommentsCollection.py +134 -0
- spire/xls/collection/GroupShapeCollection.py +45 -0
- spire/xls/collection/HPageBreaksCollection.py +116 -0
- spire/xls/collection/HyperLinksCollection.py +72 -0
- spire/xls/collection/ListObjectCollection.py +48 -0
- spire/xls/collection/OvalShapeCollection.py +89 -0
- spire/xls/collection/PicturesCollection.py +574 -0
- spire/xls/collection/PrstGeomShapeCollection.py +128 -0
- spire/xls/collection/RadioButtonCollection.py +139 -0
- spire/xls/collection/RangesCollection.py +555 -0
- spire/xls/collection/StylesCollection.py +140 -0
- spire/xls/collection/VPageBreaksCollection.py +95 -0
- spire/xls/collection/WorksheetsCollection.py +363 -0
- spire/xls/collection/XlsAddInFunctionsCollection.py +108 -0
- spire/xls/collection/XlsBordersCollection.py +98 -0
- spire/xls/collection/XlsBuiltInDocumentProperties.py +611 -0
- spire/xls/collection/XlsChartDataPointsCollection.py +119 -0
- spire/xls/collection/XlsChartFormatCollection.py +160 -0
- spire/xls/collection/XlsCommentsCollection.py +116 -0
- spire/xls/collection/XlsDataValidationCollection.py +155 -0
- spire/xls/collection/XlsHPageBreaksCollection.py +87 -0
- spire/xls/collection/XlsHyperLinksCollection.py +104 -0
- spire/xls/collection/XlsRangesCollection.py +1634 -0
- spire/xls/collection/XlsStylesCollection.py +74 -0
- spire/xls/collection/XlsVPageBreaksCollection.py +81 -0
- spire/xls/collection/XlsWorksheetsCollection.py +423 -0
- spire/xls/collection/__init__.py +0 -0
- spire/xls/collection/pivot_table/PivotConditionalFormatCollection.py +38 -0
- spire/xls/collection/pivot_table/PivotTableFields.py +108 -0
- spire/xls/collection/pivot_table/XlsPivotCachesCollection.py +123 -0
- spire/xls/collection/pivot_table/__init__.py +0 -0
- spire/xls/conditional_formatting/ColorConditionValue.py +102 -0
- spire/xls/conditional_formatting/CondFormatCollectionWrapper.py +153 -0
- spire/xls/conditional_formatting/ConditionValue.py +83 -0
- spire/xls/conditional_formatting/ConditionValuePosition.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormat.py +13 -0
- spire/xls/conditional_formatting/ConditionalFormatScope.py +16 -0
- spire/xls/conditional_formatting/ConditionalFormatWrapper.py +1271 -0
- spire/xls/conditional_formatting/ConditionalFormats.py +65 -0
- spire/xls/conditional_formatting/DataBarBorder.py +51 -0
- spire/xls/conditional_formatting/NegativeBarFormat.py +90 -0
- spire/xls/conditional_formatting/XlsConditionValue.py +134 -0
- spire/xls/conditional_formatting/XlsConditionalFormat.py +1155 -0
- spire/xls/conditional_formatting/XlsConditionalFormats.py +679 -0
- spire/xls/conditional_formatting/__init__.py +0 -0
- spire/xls/enums/AlertStyleType.py +17 -0
- spire/xls/enums/AutoFormatOptions.py +22 -0
- spire/xls/enums/AutoFormatType.py +31 -0
- spire/xls/enums/AverageType.py +24 -0
- spire/xls/enums/AxisLineIdentifierType.py +18 -0
- spire/xls/enums/AxisTextDirectionType.py +17 -0
- spire/xls/enums/AxisType.py +17 -0
- spire/xls/enums/BaseFormatType.py +16 -0
- spire/xls/enums/BordersLineType.py +22 -0
- spire/xls/enums/BubbleSizeType.py +16 -0
- spire/xls/enums/BuiltInPropertyType.py +49 -0
- spire/xls/enums/BuiltInStyles.py +65 -0
- spire/xls/enums/CategoryType.py +17 -0
- spire/xls/enums/CellDataType.py +22 -0
- spire/xls/enums/CellFormatType.py +20 -0
- spire/xls/enums/ChartBaseUnitType.py +17 -0
- spire/xls/enums/ChartDisplayUnitType.py +25 -0
- spire/xls/enums/ChartLinePatternType.py +23 -0
- spire/xls/enums/ChartLineWeightType.py +18 -0
- spire/xls/enums/ChartMarkerType.py +26 -0
- spire/xls/enums/ChartParagraphType.py +17 -0
- spire/xls/enums/ChartPieType.py +17 -0
- spire/xls/enums/ChartPlotEmptyType.py +17 -0
- spire/xls/enums/CheckState.py +17 -0
- spire/xls/enums/ColorType.py +17 -0
- spire/xls/enums/CommentHAlignType.py +20 -0
- spire/xls/enums/CommentVAlignType.py +19 -0
- spire/xls/enums/ComparisonOperatorType.py +23 -0
- spire/xls/enums/ConditionalFormatType.py +32 -0
- spire/xls/enums/DataLabelPositionType.py +25 -0
- spire/xls/enums/DataSourceType.py +18 -0
- spire/xls/enums/DropLineStyleType.py +17 -0
- spire/xls/enums/ErrorBarIncludeType.py +18 -0
- spire/xls/enums/ErrorBarType.py +19 -0
- spire/xls/enums/ExcelCalculationMode.py +17 -0
- spire/xls/enums/ExcelChartType.py +95 -0
- spire/xls/enums/ExcelColors.py +120 -0
- spire/xls/enums/ExcelComboType.py +21 -0
- spire/xls/enums/ExcelHorizontalAlignment.py +20 -0
- spire/xls/enums/ExcelPatternType.py +51 -0
- spire/xls/enums/ExcelQuartileCalculation.py +16 -0
- spire/xls/enums/ExcelShapeType.py +40 -0
- spire/xls/enums/ExcelSheetType.py +19 -0
- spire/xls/enums/ExcelTreeMapLabelOption.py +17 -0
- spire/xls/enums/ExcelVersion.py +23 -0
- spire/xls/enums/ExcelVerticalAlignment.py +20 -0
- spire/xls/enums/ExpandCollapseFlags.py +17 -0
- spire/xls/enums/FilterConditionType.py +20 -0
- spire/xls/enums/FilterDataType.py +21 -0
- spire/xls/enums/FontUnderlineType.py +19 -0
- spire/xls/enums/FontVertialAlignmentType.py +17 -0
- spire/xls/enums/GradientColorType.py +17 -0
- spire/xls/enums/GradientPatternType.py +63 -0
- spire/xls/enums/GradientPresetType.py +38 -0
- spire/xls/enums/GradientStyleType.py +20 -0
- spire/xls/enums/GradientTextureType.py +39 -0
- spire/xls/enums/GradientVariantsType.py +18 -0
- spire/xls/enums/HorizontalAlignType.py +22 -0
- spire/xls/enums/HyperLinkType.py +19 -0
- spire/xls/enums/IgnoreErrorType.py +23 -0
- spire/xls/enums/ImageFormatType.py +17 -0
- spire/xls/enums/ImageType.py +16 -0
- spire/xls/enums/LegendPositionType.py +20 -0
- spire/xls/enums/LegendSpacingType.py +17 -0
- spire/xls/enums/LineStyleType.py +28 -0
- spire/xls/enums/OleObjectType.py +50 -0
- spire/xls/enums/OrderBy.py +18 -0
- spire/xls/enums/OrderType.py +16 -0
- spire/xls/enums/PageBreakExtentType.py +16 -0
- spire/xls/enums/PageBreakType.py +17 -0
- spire/xls/enums/PageOrientationType.py +16 -0
- spire/xls/enums/PagesOrderType.py +16 -0
- spire/xls/enums/PaperSizeType.py +134 -0
- spire/xls/enums/PivotGroupByTypes.py +22 -0
- spire/xls/enums/PrintCommentType.py +17 -0
- spire/xls/enums/PrintErrorsType.py +18 -0
- spire/xls/enums/ReadingOrderType.py +17 -0
- spire/xls/enums/RectangleStyleType.py +16 -0
- spire/xls/enums/ResizeBehaveType.py +17 -0
- spire/xls/enums/ShapeArrowLengthType.py +17 -0
- spire/xls/enums/ShapeArrowStyleType.py +20 -0
- spire/xls/enums/ShapeArrowWidthType.py +17 -0
- spire/xls/enums/ShapeDashLineStyleType.py +22 -0
- spire/xls/enums/ShapeFillType.py +21 -0
- spire/xls/enums/ShapeLayerChangeType.py +18 -0
- spire/xls/enums/ShapeLineStyleType.py +19 -0
- spire/xls/enums/SheetProtectionType.py +32 -0
- spire/xls/enums/SortComparsionType.py +18 -0
- spire/xls/enums/SortOrientationType.py +16 -0
- spire/xls/enums/SortedWayType.py +17 -0
- spire/xls/enums/SparklineType.py +17 -0
- spire/xls/enums/SplitType.py +18 -0
- spire/xls/enums/TextDirection.py +19 -0
- spire/xls/enums/TextRotationType.py +18 -0
- spire/xls/enums/ThemeColorType.py +26 -0
- spire/xls/enums/TickLabelPositionType.py +18 -0
- spire/xls/enums/TickMarkType.py +18 -0
- spire/xls/enums/TopBottomType.py +18 -0
- spire/xls/enums/TopFormatType.py +17 -0
- spire/xls/enums/TrendLineType.py +20 -0
- spire/xls/enums/UnknownVariableAction.py +17 -0
- spire/xls/enums/ValidationComparisonOperator.py +22 -0
- spire/xls/enums/VariableTypeAction.py +17 -0
- spire/xls/enums/VerticalAlignType.py +19 -0
- spire/xls/enums/ViewMode.py +17 -0
- spire/xls/enums/WorksheetVisibility.py +17 -0
- spire/xls/enums/XLSXBorderJoinType.py +18 -0
- spire/xls/enums/XLSXChartMaterialType.py +31 -0
- spire/xls/enums/XLSXChartPrespectiveType.py +20 -0
- spire/xls/enums/XLSXChartShadowInnerType.py +24 -0
- spire/xls/enums/XLSXChartShadowOuterType.py +24 -0
- spire/xls/enums/__init__.py +1 -0
- spire/xls/interfaces/IArcShape.py +285 -0
- spire/xls/interfaces/IChart.py +1597 -0
- spire/xls/interfaces/IChartAxis.py +786 -0
- spire/xls/interfaces/IChartBorder.py +203 -0
- spire/xls/interfaces/IChartCategoryAxis.py +522 -0
- spire/xls/interfaces/IChartDataLabels.py +419 -0
- spire/xls/interfaces/IChartDataPoint.py +114 -0
- spire/xls/interfaces/IChartDataTable.py +184 -0
- spire/xls/interfaces/IChartErrorBars.py +340 -0
- spire/xls/interfaces/IChartFillBorder.py +268 -0
- spire/xls/interfaces/IChartFormat.py +521 -0
- spire/xls/interfaces/IChartFrameFormat.py +85 -0
- spire/xls/interfaces/IChartGridLine.py +100 -0
- spire/xls/interfaces/IChartInterior.py +259 -0
- spire/xls/interfaces/IChartLegend.py +453 -0
- spire/xls/interfaces/IChartLegendEntry.py +167 -0
- spire/xls/interfaces/IChartPageSetup.py +51 -0
- spire/xls/interfaces/IChartSerie.py +727 -0
- spire/xls/interfaces/IChartSerieDataFormat.py +519 -0
- spire/xls/interfaces/IChartSeriesAxis.py +118 -0
- spire/xls/interfaces/IChartShape.py +88 -0
- spire/xls/interfaces/IChartTextArea.py +181 -0
- spire/xls/interfaces/IChartTrendLine.py +502 -0
- spire/xls/interfaces/IChartValueAxis.py +586 -0
- spire/xls/interfaces/IChartWallOrFloor.py +40 -0
- spire/xls/interfaces/ICheckBox.py +120 -0
- spire/xls/interfaces/ICloneParent.py +29 -0
- spire/xls/interfaces/IColorConditionValue.py +44 -0
- spire/xls/interfaces/IColorScale.py +39 -0
- spire/xls/interfaces/ICombinedRange.py +109 -0
- spire/xls/interfaces/IComboBoxShape.py +120 -0
- spire/xls/interfaces/IComment.py +110 -0
- spire/xls/interfaces/ICommentShape.py +20 -0
- spire/xls/interfaces/IConditionValue.py +83 -0
- spire/xls/interfaces/IConditionalFormat.py +757 -0
- spire/xls/interfaces/IConditionalFormats.py +66 -0
- spire/xls/interfaces/ICustomDocumentProperties.py +168 -0
- spire/xls/interfaces/IDataBar.py +127 -0
- spire/xls/interfaces/IDataValidation.py +506 -0
- spire/xls/interfaces/IDataValidationTable.py +84 -0
- spire/xls/interfaces/IDigitalSignature.py +111 -0
- spire/xls/interfaces/IDigitalSignatures.py +33 -0
- spire/xls/interfaces/IDocumentProperty.py +276 -0
- spire/xls/interfaces/IErrorIndicator.py +38 -0
- spire/xls/interfaces/IExtendIndex.py +26 -0
- spire/xls/interfaces/IExtendedFormat.py +631 -0
- spire/xls/interfaces/IFont.py +313 -0
- spire/xls/interfaces/IFormat3D.py +307 -0
- spire/xls/interfaces/IGeomPath.py +27 -0
- spire/xls/interfaces/IGeomPathInfo.py +141 -0
- spire/xls/interfaces/IGeomPathShape.py +40 -0
- spire/xls/interfaces/IGlow.py +104 -0
- spire/xls/interfaces/IGradient.py +203 -0
- spire/xls/interfaces/IGroupBox.py +82 -0
- spire/xls/interfaces/IHPageBreak.py +26 -0
- spire/xls/interfaces/IHyperLink.py +137 -0
- spire/xls/interfaces/IIconSet.py +115 -0
- spire/xls/interfaces/IInterior.py +137 -0
- spire/xls/interfaces/IInternalAddtionalFormat.py +277 -0
- spire/xls/interfaces/IInternalFont.py +38 -0
- spire/xls/interfaces/ILabelShape.py +60 -0
- spire/xls/interfaces/ILineShape.py +334 -0
- spire/xls/interfaces/IListObject.py +443 -0
- spire/xls/interfaces/IListObjectColumn.py +196 -0
- spire/xls/interfaces/IMarkersDesigner.py +133 -0
- spire/xls/interfaces/IMigrantRange.py +28 -0
- spire/xls/interfaces/INamedObject.py +27 -0
- spire/xls/interfaces/INamedRange.py +246 -0
- spire/xls/interfaces/INumberFormat.py +90 -0
- spire/xls/interfaces/IOleObject.py +225 -0
- spire/xls/interfaces/IOptimizedUpdate.py +35 -0
- spire/xls/interfaces/IOvalShape.py +201 -0
- spire/xls/interfaces/IPageSetup.py +260 -0
- spire/xls/interfaces/IPageSetupBase.py +849 -0
- spire/xls/interfaces/IPictureShape.py +118 -0
- spire/xls/interfaces/IPropertyData.py +100 -0
- spire/xls/interfaces/IPrstGeomShape.py +103 -0
- spire/xls/interfaces/IRadioButton.py +159 -0
- spire/xls/interfaces/IRectangleShape.py +90 -0
- spire/xls/interfaces/IReflectionEffect.py +217 -0
- spire/xls/interfaces/IScrollBarShape.py +139 -0
- spire/xls/interfaces/IShadow.py +385 -0
- spire/xls/interfaces/IShape.py +620 -0
- spire/xls/interfaces/IShapeFill.py +767 -0
- spire/xls/interfaces/IShapeLineFormat.py +488 -0
- spire/xls/interfaces/ISortColumn.py +138 -0
- spire/xls/interfaces/ISortColumns.py +106 -0
- spire/xls/interfaces/ISortedRule.py +154 -0
- spire/xls/interfaces/ISpinnerShape.py +124 -0
- spire/xls/interfaces/IStyle.py +60 -0
- spire/xls/interfaces/ITabSheet.py +364 -0
- spire/xls/interfaces/ITextBox.py +140 -0
- spire/xls/interfaces/ITextBoxLinkShape.py +48 -0
- spire/xls/interfaces/ITextBoxShape.py +27 -0
- spire/xls/interfaces/ITextFrame.py +146 -0
- spire/xls/interfaces/IVPageBreak.py +26 -0
- spire/xls/interfaces/IWorkbook.py +1736 -0
- spire/xls/interfaces/IWorksheet.py +2638 -0
- spire/xls/interfaces/IXLSRange.py +2241 -0
- spire/xls/interfaces/IXLSRanges.py +40 -0
- spire/xls/interfaces/IconSet.py +125 -0
- spire/xls/interfaces/ImageLocationTypes.py +17 -0
- spire/xls/interfaces/ImportObjectOptions.py +136 -0
- spire/xls/interfaces/InsertMoveOption.py +17 -0
- spire/xls/interfaces/InteriorArrayWrapper.py +181 -0
- spire/xls/interfaces/__init__.py +0 -0
- spire/xls/interfaces/collections/IDataValidationCollection.py +128 -0
- spire/xls/interfaces/collections/IHPageBreaks.py +37 -0
- spire/xls/interfaces/collections/IListObjects.py +34 -0
- spire/xls/interfaces/collections/IOleObjects.py +44 -0
- spire/xls/interfaces/collections/IPrstGeomShapes.py +87 -0
- spire/xls/interfaces/collections/IShapes.py +273 -0
- spire/xls/interfaces/collections/ITextBoxes.py +67 -0
- spire/xls/interfaces/collections/IVPageBreaks.py +37 -0
- spire/xls/interfaces/collections/__init__.py +0 -0
- spire/xls/interfaces/pivot_table/IPivotCache.py +50 -0
- spire/xls/interfaces/pivot_table/IPivotCaches.py +52 -0
- spire/xls/interfaces/pivot_table/IPivotCalculatedFields.py +69 -0
- spire/xls/interfaces/pivot_table/IPivotField.py +372 -0
- spire/xls/interfaces/pivot_table/IPivotTable.py +509 -0
- spire/xls/interfaces/pivot_table/IPivotTableOptions.py +507 -0
- spire/xls/interfaces/pivot_table/__init__.py +0 -0
- spire/xls/interfaces/sorting/__init__.py +0 -0
- spire/xls/lib/Spire.Xls.Base.dll +0 -0
- spire/xls/lib/_init_.py +0 -0
- spire/xls/license/LicenseProvider.py +107 -0
- spire/xls/license/__init__.py +0 -0
- spire/xls/pivot_tables/AutoSortScope.py +29 -0
- spire/xls/pivot_tables/PivotConditionalFormat.py +71 -0
- spire/xls/pivot_tables/PivotDataField.py +163 -0
- spire/xls/pivot_tables/PivotItem.py +228 -0
- spire/xls/pivot_tables/PivotReportFilter.py +199 -0
- spire/xls/pivot_tables/PivotReportFilters.py +95 -0
- spire/xls/pivot_tables/PivotStyle.py +104 -0
- spire/xls/pivot_tables/PivotTableStyle.py +76 -0
- spire/xls/pivot_tables/XlsPivotCache.py +506 -0
- spire/xls/pivot_tables/XlsPivotCacheField.py +276 -0
- spire/xls/pivot_tables/XlsPivotField.py +975 -0
- spire/xls/pivot_tables/XlsPivotTable.py +1189 -0
- spire/xls/pivot_tables/__init__.py +0 -0
- spire/xls/security/__init__.py +0 -0
- spire/xls/sorting/DataSorter.py +152 -0
- spire/xls/sorting/SortColumn.py +115 -0
- spire/xls/sorting/SortColumns.py +194 -0
- spire/xls/sorting/__init__.py +0 -0
- spire/xls/sparkline/ISparklines.py +72 -0
- spire/xls/sparkline/Sparkline.py +89 -0
- spire/xls/sparkline/SparklineCollection.py +107 -0
- spire/xls/sparkline/SparklineGroup.py +592 -0
- spire/xls/sparkline/SparklineGroupCollection.py +67 -0
- spire/xls/sparkline/__init__.py +0 -0
- spire/xls/template_markers/MarkerDesigner.py +171 -0
- spire/xls/template_markers/__init__.py +0 -0
- spire_xls-15.7.1.dist-info/METADATA +197 -0
- spire_xls-15.7.1.dist-info/RECORD +720 -0
- spire/xls/AddInFunctionsCollection.py +0 -29
- spire/xls/AlertStyleType.py +0 -18
- spire/xls/ArcShapeCollection.py +0 -70
- spire/xls/AutoFiltersCollection.py +0 -527
- spire/xls/AutoFitterOptions.py +0 -66
- spire/xls/AutoFormatOptions.py +0 -23
- spire/xls/AutoFormatType.py +0 -32
- spire/xls/AutoSortScope.py +0 -25
- spire/xls/AverageType.py +0 -25
- spire/xls/AxisLineIdentifierType.py +0 -19
- spire/xls/AxisTextDirectionType.py +0 -18
- spire/xls/AxisType.py +0 -18
- spire/xls/BaseFormatType.py +0 -17
- spire/xls/BordersCollection.py +0 -158
- spire/xls/BordersCollectionArrayWrapper.py +0 -95
- spire/xls/BordersLineType.py +0 -23
- spire/xls/BubbleSizeType.py +0 -17
- spire/xls/BuiltInDocumentProperties.py +0 -12
- spire/xls/BuiltInPropertyType.py +0 -50
- spire/xls/BuiltInStyles.py +0 -66
- spire/xls/CategoryType.py +0 -18
- spire/xls/CellDataType.py +0 -23
- spire/xls/CellFormatType.py +0 -21
- spire/xls/Chart.py +0 -404
- spire/xls/ChartArea.py +0 -61
- spire/xls/ChartBackgroundMode.py +0 -18
- spire/xls/ChartBaseUnitType.py +0 -18
- spire/xls/ChartCategoryAxis.py +0 -93
- spire/xls/ChartDataLabels.py +0 -42
- spire/xls/ChartDataPoint.py +0 -42
- spire/xls/ChartDataPointsCollection.py +0 -75
- spire/xls/ChartDisplayUnitType.py +0 -26
- spire/xls/ChartFormat.py +0 -72
- spire/xls/ChartFormatCollection.py +0 -59
- spire/xls/ChartGridLine.py +0 -27
- spire/xls/ChartLegend.py +0 -42
- spire/xls/ChartLegendEntriesColl.py +0 -128
- spire/xls/ChartLegendEntry.py +0 -27
- spire/xls/ChartLinePatternType.py +0 -24
- spire/xls/ChartLineWeightType.py +0 -19
- spire/xls/ChartMarkerType.py +0 -27
- spire/xls/ChartParagraphType.py +0 -18
- spire/xls/ChartPieType.py +0 -18
- spire/xls/ChartPlotArea.py +0 -53
- spire/xls/ChartPlotEmptyType.py +0 -18
- spire/xls/ChartSerie.py +0 -142
- spire/xls/ChartSerieDataFormat.py +0 -56
- spire/xls/ChartSeries.py +0 -154
- spire/xls/ChartSeriesAxis.py +0 -72
- spire/xls/ChartShadow.py +0 -235
- spire/xls/ChartSheet.py +0 -285
- spire/xls/ChartTextArea.py +0 -782
- spire/xls/ChartValueAxis.py +0 -92
- spire/xls/ChartsCollection.py +0 -113
- spire/xls/CheckState.py +0 -18
- spire/xls/CollectionBase.py +0 -184
- spire/xls/CollectionExtended.py +0 -92
- spire/xls/ColorConditionValue.py +0 -91
- spire/xls/ColorFilter.py +0 -45
- spire/xls/ColorType.py +0 -18
- spire/xls/ComboBoxCollection.py +0 -70
- spire/xls/CommentHAlignType.py +0 -21
- spire/xls/CommentVAlignType.py +0 -20
- spire/xls/CommentsCollection.py +0 -109
- spire/xls/ComparisonOperatorType.py +0 -24
- spire/xls/CondFormatCollectionWrapper.py +0 -125
- spire/xls/ConditionValue.py +0 -82
- spire/xls/ConditionValuePosition.py +0 -16
- spire/xls/ConditionalFormat.py +0 -14
- spire/xls/ConditionalFormatScope.py +0 -16
- spire/xls/ConditionalFormatType.py +0 -33
- spire/xls/ConditionalFormatWrapper.py +0 -986
- spire/xls/ConditionalFormats.py +0 -55
- spire/xls/CustomFilter.py +0 -147
- spire/xls/CustomFilterCollection.py +0 -113
- spire/xls/DataBarBorder.py +0 -47
- spire/xls/DataLabelPositionType.py +0 -26
- spire/xls/DataSorter.py +0 -154
- spire/xls/DataSourceType.py +0 -19
- spire/xls/DateTimeGroupItem.py +0 -132
- spire/xls/DropLineStyleType.py +0 -18
- spire/xls/DynamicFilter.py +0 -71
- spire/xls/ErrorBarIncludeType.py +0 -19
- spire/xls/ErrorBarType.py +0 -20
- spire/xls/ExcelCalculationMode.py +0 -18
- spire/xls/ExcelChartType.py +0 -96
- spire/xls/ExcelColors.py +0 -121
- spire/xls/ExcelComboType.py +0 -22
- spire/xls/ExcelHorizontalAlignment.py +0 -21
- spire/xls/ExcelPatternType.py +0 -52
- spire/xls/ExcelQuartileCalculation.py +0 -17
- spire/xls/ExcelShapeType.py +0 -41
- spire/xls/ExcelSheetType.py +0 -20
- spire/xls/ExcelTreeMapLabelOption.py +0 -18
- spire/xls/ExcelVersion.py +0 -24
- spire/xls/ExcelVerticalAlignment.py +0 -21
- spire/xls/ExpandCollapseFlags.py +0 -18
- spire/xls/FilterColumn.py +0 -258
- spire/xls/FilterConditionType.py +0 -21
- spire/xls/FilterDataType.py +0 -22
- spire/xls/FontUnderlineType.py +0 -20
- spire/xls/FontVertialAlignmentType.py +0 -20
- spire/xls/GradientColorType.py +0 -18
- spire/xls/GradientPatternType.py +0 -64
- spire/xls/GradientPresetType.py +0 -39
- spire/xls/GradientStyleType.py +0 -21
- spire/xls/GradientTextureType.py +0 -40
- spire/xls/GradientVariantsType.py +0 -19
- spire/xls/GroupShapeCollection.py +0 -46
- spire/xls/HPageBreaksCollection.py +0 -108
- spire/xls/HistogramAxisFormat.py +0 -30
- spire/xls/HorizontalAlignType.py +0 -23
- spire/xls/HyperLinkType.py +0 -20
- spire/xls/HyperLinksCollection.py +0 -72
- spire/xls/IArcShape.py +0 -259
- spire/xls/IChart.py +0 -1368
- spire/xls/IChartAxis.py +0 -722
- spire/xls/IChartBorder.py +0 -220
- spire/xls/IChartCategoryAxis.py +0 -410
- spire/xls/IChartDataLabels.py +0 -457
- spire/xls/IChartDataPoint.py +0 -131
- spire/xls/IChartDataTable.py +0 -197
- spire/xls/IChartErrorBars.py +0 -373
- spire/xls/IChartFillBorder.py +0 -303
- spire/xls/IChartFormat.py +0 -571
- spire/xls/IChartFrameFormat.py +0 -93
- spire/xls/IChartGridLine.py +0 -107
- spire/xls/IChartInterior.py +0 -278
- spire/xls/IChartLegend.py +0 -499
- spire/xls/IChartLegendEntry.py +0 -178
- spire/xls/IChartPageSetup.py +0 -56
- spire/xls/IChartSerie.py +0 -779
- spire/xls/IChartSerieDataFormat.py +0 -566
- spire/xls/IChartSeriesAxis.py +0 -128
- spire/xls/IChartShape.py +0 -92
- spire/xls/IChartTextArea.py +0 -197
- spire/xls/IChartTrendLine.py +0 -548
- spire/xls/IChartValueAxis.py +0 -518
- spire/xls/IChartWallOrFloor.py +0 -32
- spire/xls/ICheckBox.py +0 -96
- spire/xls/ICloneParent.py +0 -28
- spire/xls/IColorConditionValue.py +0 -31
- spire/xls/IColorScale.py +0 -32
- spire/xls/ICombinedRange.py +0 -87
- spire/xls/IComboBoxShape.py +0 -95
- spire/xls/IComment.py +0 -85
- spire/xls/ICommentShape.py +0 -12
- spire/xls/IConditionValue.py +0 -68
- spire/xls/IConditionalFormat.py +0 -606
- spire/xls/IConditionalFormats.py +0 -48
- spire/xls/ICustomDocumentProperties.py +0 -128
- spire/xls/IDataBar.py +0 -105
- spire/xls/IDataValidation.py +0 -421
- spire/xls/IDataValidationCollection.py +0 -132
- spire/xls/IDataValidationTable.py +0 -68
- spire/xls/IDigitalSignature.py +0 -99
- spire/xls/IDigitalSignatures.py +0 -29
- spire/xls/IDocumentProperty.py +0 -226
- spire/xls/IErrorIndicator.py +0 -31
- spire/xls/IExtendIndex.py +0 -21
- spire/xls/IExtendedFormat.py +0 -530
- spire/xls/IFont.py +0 -271
- spire/xls/IFormat3D.py +0 -252
- spire/xls/IGeomPath.py +0 -23
- spire/xls/IGeomPathInfo.py +0 -112
- spire/xls/IGeomPathShape.py +0 -30
- spire/xls/IGlow.py +0 -85
- spire/xls/IGradient.py +0 -174
- spire/xls/IGroupBox.py +0 -67
- spire/xls/IHPageBreak.py +0 -22
- spire/xls/IHPageBreaks.py +0 -31
- spire/xls/IHyperLink.py +0 -118
- spire/xls/IIconSet.py +0 -96
- spire/xls/IInterior.py +0 -117
- spire/xls/IInternalAddtionalFormat.py +0 -238
- spire/xls/IInternalFont.py +0 -31
- spire/xls/ILabelShape.py +0 -49
- spire/xls/ILineShape.py +0 -305
- spire/xls/IListObject.py +0 -493
- spire/xls/IListObjectColumn.py +0 -222
- spire/xls/IListObjects.py +0 -31
- spire/xls/IMarkersDesigner.py +0 -113
- spire/xls/IMigrantRange.py +0 -21
- spire/xls/INamedObject.py +0 -22
- spire/xls/INamedRange.py +0 -162
- spire/xls/INumberFormat.py +0 -77
- spire/xls/IOleObject.py +0 -176
- spire/xls/IOleObjects.py +0 -32
- spire/xls/IOptimizedUpdate.py +0 -28
- spire/xls/IOvalShape.py +0 -154
- spire/xls/IPageSetup.py +0 -195
- spire/xls/IPageSetupBase.py +0 -642
- spire/xls/IPictureShape.py +0 -99
- spire/xls/IPivotCache.py +0 -41
- spire/xls/IPivotCaches.py +0 -39
- spire/xls/IPivotCalculatedFields.py +0 -50
- spire/xls/IPivotField.py +0 -291
- spire/xls/IPivotTable.py +0 -393
- spire/xls/IPivotTableOptions.py +0 -428
- spire/xls/IPropertyData.py +0 -70
- spire/xls/IPrstGeomShape.py +0 -71
- spire/xls/IPrstGeomShapes.py +0 -81
- spire/xls/IRadioButton.py +0 -105
- spire/xls/IRectangleShape.py +0 -60
- spire/xls/IReflectionEffect.py +0 -138
- spire/xls/IScrollBarShape.py +0 -140
- spire/xls/IShadow.py +0 -244
- spire/xls/IShape.py +0 -409
- spire/xls/IShapeFill.py +0 -522
- spire/xls/IShapeLineFormat.py +0 -331
- spire/xls/IShapes.py +0 -270
- spire/xls/ISortColumn.py +0 -96
- spire/xls/ISortColumns.py +0 -70
- spire/xls/ISortedRule.py +0 -112
- spire/xls/ISparklines.py +0 -72
- spire/xls/ISpinnerShape.py +0 -102
- spire/xls/IStyle.py +0 -50
- spire/xls/ITabSheet.py +0 -302
- spire/xls/ITextBox.py +0 -116
- spire/xls/ITextBoxLinkShape.py +0 -40
- spire/xls/ITextBoxShape.py +0 -22
- spire/xls/ITextBoxes.py +0 -61
- spire/xls/ITextFrame.py +0 -120
- spire/xls/IVPageBreak.py +0 -22
- spire/xls/IVPageBreaks.py +0 -31
- spire/xls/IWorkbook.py +0 -1806
- spire/xls/IWorksheet.py +0 -2694
- spire/xls/IXLSRange.py +0 -2479
- spire/xls/IXLSRanges.py +0 -35
- spire/xls/IconSet.py +0 -103
- spire/xls/IgnoreErrorType.py +0 -24
- spire/xls/ImageFormatType.py +0 -18
- spire/xls/ImageLocationTypes.py +0 -15
- spire/xls/ImageType.py +0 -17
- spire/xls/ImportObjectOptions.py +0 -89
- spire/xls/InsertMoveOption.py +0 -15
- spire/xls/InteriorArrayWrapper.py +0 -126
- spire/xls/LegendPositionType.py +0 -21
- spire/xls/LegendSpacingType.py +0 -18
- spire/xls/LineStyleType.py +0 -29
- spire/xls/ListObjectCollection.py +0 -45
- spire/xls/MarkerDesigner.py +0 -172
- spire/xls/MultipleFilterCollection.py +0 -166
- spire/xls/NegativeBarFormat.py +0 -82
- spire/xls/OleObjectType.py +0 -51
- spire/xls/OrderBy.py +0 -19
- spire/xls/OrderType.py +0 -17
- spire/xls/OvalShapeCollection.py +0 -70
- spire/xls/PageBreakExtentType.py +0 -17
- spire/xls/PageBreakType.py +0 -18
- spire/xls/PageOrientationType.py +0 -17
- spire/xls/PagesOrderType.py +0 -17
- spire/xls/PaperSizeType.py +0 -135
- spire/xls/PicturesCollection.py +0 -532
- spire/xls/PivotConditionalFormat.py +0 -54
- spire/xls/PivotConditionalFormatCollection.py +0 -38
- spire/xls/PivotDataField.py +0 -118
- spire/xls/PivotGroupByTypes.py +0 -23
- spire/xls/PivotItem.py +0 -161
- spire/xls/PivotReportFilter.py +0 -92
- spire/xls/PivotReportFilters.py +0 -63
- spire/xls/PivotStyle.py +0 -79
- spire/xls/PivotTableFields.py +0 -85
- spire/xls/PivotTableStyle.py +0 -63
- spire/xls/PrintCommentType.py +0 -18
- spire/xls/PrintErrorsType.py +0 -19
- spire/xls/PrstGeomShapeCollection.py +0 -126
- spire/xls/RadioButtonCollection.py +0 -137
- spire/xls/RangesCollection.py +0 -537
- spire/xls/ReadingOrderType.py +0 -18
- spire/xls/RectangleStyleType.py +0 -17
- spire/xls/ResizeBehaveType.py +0 -18
- spire/xls/ShapeArrowLengthType.py +0 -18
- spire/xls/ShapeArrowStyleType.py +0 -21
- spire/xls/ShapeArrowWidthType.py +0 -18
- spire/xls/ShapeDashLineStyleType.py +0 -23
- spire/xls/ShapeFillType.py +0 -22
- spire/xls/ShapeLayerChangeType.py +0 -19
- spire/xls/ShapeLineStyleType.py +0 -20
- spire/xls/SheetProtectionType.py +0 -33
- spire/xls/SortColumn.py +0 -120
- spire/xls/SortColumns.py +0 -185
- spire/xls/SortComparsionType.py +0 -19
- spire/xls/SortOrientationType.py +0 -17
- spire/xls/SortedWayType.py +0 -18
- spire/xls/Sparkline.py +0 -70
- spire/xls/SparklineCollection.py +0 -112
- spire/xls/SparklineGroup.py +0 -523
- spire/xls/SparklineGroupCollection.py +0 -71
- spire/xls/SparklineType.py +0 -18
- spire/xls/SplitType.py +0 -19
- spire/xls/StylesCollection.py +0 -141
- spire/xls/TextDirection.py +0 -20
- spire/xls/TextRotationType.py +0 -19
- spire/xls/ThemeColorType.py +0 -27
- spire/xls/TickLabelPositionType.py +0 -19
- spire/xls/TickMarkType.py +0 -19
- spire/xls/Top10Filter.py +0 -75
- spire/xls/TopBottomType.py +0 -19
- spire/xls/TopFormatType.py +0 -18
- spire/xls/TrendLineType.py +0 -21
- spire/xls/UnknownVariableAction.py +0 -18
- spire/xls/VPageBreaksCollection.py +0 -96
- spire/xls/ValidationComparisonOperator.py +0 -23
- spire/xls/VariableTypeAction.py +0 -19
- spire/xls/VerticalAlignType.py +0 -20
- spire/xls/ViewMode.py +0 -18
- spire/xls/WorksheetVisibility.py +0 -18
- spire/xls/WorksheetsCollection.py +0 -341
- spire/xls/XLSXBorderJoinType.py +0 -19
- spire/xls/XLSXChartMaterialType.py +0 -32
- spire/xls/XLSXChartPrespectiveType.py +0 -21
- spire/xls/XLSXChartShadowInnerType.py +0 -25
- spire/xls/XLSXChartShadowOuterType.py +0 -25
- spire/xls/XlsAddInFunctionsCollection.py +0 -101
- spire/xls/XlsAutoFiltersCollection.py +0 -119
- spire/xls/XlsBordersCollection.py +0 -101
- spire/xls/XlsBuiltInDocumentProperties.py +0 -639
- spire/xls/XlsChart.py +0 -1510
- spire/xls/XlsChartAxis.py +0 -564
- spire/xls/XlsChartBorder.py +0 -165
- spire/xls/XlsChartCategoryAxis.py +0 -656
- spire/xls/XlsChartDataLabelArea.py +0 -387
- spire/xls/XlsChartDataLabels.py +0 -811
- spire/xls/XlsChartDataPoint.py +0 -108
- spire/xls/XlsChartDataPointsCollection.py +0 -120
- spire/xls/XlsChartDataTable.py +0 -393
- spire/xls/XlsChartDropBar.py +0 -301
- spire/xls/XlsChartFill.py +0 -571
- spire/xls/XlsChartFormat.py +0 -1069
- spire/xls/XlsChartFormatCollection.py +0 -162
- spire/xls/XlsChartFrameFormat.py +0 -614
- spire/xls/XlsChartGridLine.py +0 -171
- spire/xls/XlsChartInterior.py +0 -240
- spire/xls/XlsChartLegend.py +0 -355
- spire/xls/XlsChartLegendArea.py +0 -419
- spire/xls/XlsChartLegendEntry.py +0 -156
- spire/xls/XlsChartSerie.py +0 -589
- spire/xls/XlsChartSerieDataFormat.py +0 -1008
- spire/xls/XlsChartSeriesAxis.py +0 -212
- spire/xls/XlsChartShape.py +0 -1142
- spire/xls/XlsChartTitleArea.py +0 -392
- spire/xls/XlsChartValueAxis.py +0 -317
- spire/xls/XlsChartWallOrFloor.py +0 -319
- spire/xls/XlsCommentsCollection.py +0 -87
- spire/xls/XlsConditionValue.py +0 -111
- spire/xls/XlsConditionalFormat.py +0 -1119
- spire/xls/XlsConditionalFormats.py +0 -590
- spire/xls/XlsDataValidationCollection.py +0 -159
- spire/xls/XlsHPageBreaksCollection.py +0 -85
- spire/xls/XlsHyperLinksCollection.py +0 -102
- spire/xls/XlsPivotCache.py +0 -401
- spire/xls/XlsPivotCacheField.py +0 -209
- spire/xls/XlsPivotCachesCollection.py +0 -124
- spire/xls/XlsPivotField.py +0 -885
- spire/xls/XlsPivotTable.py +0 -905
- spire/xls/XlsRangesCollection.py +0 -1566
- spire/xls/XlsStylesCollection.py +0 -73
- spire/xls/XlsVPageBreaksCollection.py +0 -84
- spire/xls/XlsWorksheetsCollection.py +0 -416
- spire_xls-15.5.0.dist-info/METADATA +0 -197
- spire_xls-15.5.0.dist-info/RECORD +0 -703
- /spire/xls/{lib → autofilter}/__init__.py +0 -0
- /spire/xls/{ChartBorder.py → charts/ChartBorder.py} +0 -0
- /spire/xls/{ChartDataTable.py → charts/ChartDataTable.py} +0 -0
- /spire/xls/{ChartDropBar.py → charts/ChartDropBar.py} +0 -0
- /spire/xls/{ChartInterior.py → charts/ChartInterior.py} +0 -0
- /spire/xls/{ChartPageSetup.py → charts/ChartPageSetup.py} +0 -0
- /spire/xls/{ChartTitle.py → charts/ChartTitle.py} +0 -0
- /spire/xls/{ChartWallOrFloor.py → charts/ChartWallOrFloor.py} +0 -0
- /spire/xls/{XlsChartPageSetup.py → charts/XlsChartPageSetup.py} +0 -0
- /spire/xls/{XlsChartPlotArea.py → charts/XlsChartPlotArea.py} +0 -0
- /spire/xls/{ButtonShapeCollection.py → collection/ButtonShapeCollection.py} +0 -0
- /spire/xls/{CheckBoxCollection.py → collection/CheckBoxCollection.py} +0 -0
- /spire/xls/{CollectionChangeEventArgs.py → collection/CollectionChangeEventArgs.py} +0 -0
- /spire/xls/{DataConnections.py → collection/DataConnections.py} +0 -0
- /spire/xls/{ExternalLinkCollection.py → collection/ExternalLinkCollection.py} +0 -0
- /spire/xls/{FontsCollection.py → collection/FontsCollection.py} +0 -0
- /spire/xls/{GeomertyAdjustValuesCollection.py → collection/GeomertyAdjustValuesCollection.py} +0 -0
- /spire/xls/{GroupBoxCollection.py → collection/GroupBoxCollection.py} +0 -0
- /spire/xls/{LabelShapeCollection.py → collection/LabelShapeCollection.py} +0 -0
- /spire/xls/{LineCollection.py → collection/LineCollection.py} +0 -0
- /spire/xls/{ListBoxCollection.py → collection/ListBoxCollection.py} +0 -0
- /spire/xls/{QueryTableCollection.py → collection/QueryTableCollection.py} +0 -0
- /spire/xls/{RectangleCollection.py → collection/RectangleCollection.py} +0 -0
- /spire/xls/{ScrollBarCollection.py → collection/ScrollBarCollection.py} +0 -0
- /spire/xls/{ShapeCollectionBase.py → collection/ShapeCollectionBase.py} +0 -0
- /spire/xls/{SpinnerShapeCollection.py → collection/SpinnerShapeCollection.py} +0 -0
- /spire/xls/{TextBoxCollection.py → collection/TextBoxCollection.py} +0 -0
- /spire/xls/{WorkbookObjectsCollection.py → collection/WorkbookObjectsCollection.py} +0 -0
- /spire/xls/{WorksheetChartsCollection.py → collection/WorksheetChartsCollection.py} +0 -0
- /spire/xls/{WorksheetConditionalFormats.py → collection/WorksheetConditionalFormats.py} +0 -0
- /spire/xls/{XlsChartSeries.py → collection/XlsChartSeries.py} +0 -0
- /spire/xls/{XlsChartsCollection.py → collection/XlsChartsCollection.py} +0 -0
- /spire/xls/{XlsFontsCollection.py → collection/XlsFontsCollection.py} +0 -0
- /spire/xls/{XlsHeaderFooterShapeCollection.py → collection/XlsHeaderFooterShapeCollection.py} +0 -0
- /spire/xls/{XlsPicturesCollection.py → collection/XlsPicturesCollection.py} +0 -0
- /spire/xls/{XlsWorkbookObjectsCollection.py → collection/XlsWorkbookObjectsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetChartsCollection.py → collection/XlsWorksheetChartsCollection.py} +0 -0
- /spire/xls/{XlsWorksheetConditionalFormats.py → collection/XlsWorksheetConditionalFormats.py} +0 -0
- /spire/xls/{PivotCachesCollection.py → collection/pivot_table/PivotCachesCollection.py} +0 -0
- /spire/xls/{PivotCalculatedFieldsCollection.py → collection/pivot_table/PivotCalculatedFieldsCollection.py} +0 -0
- /spire/xls/{PivotDataFields.py → collection/pivot_table/PivotDataFields.py} +0 -0
- /spire/xls/{PivotTablesCollection.py → collection/pivot_table/PivotTablesCollection.py} +0 -0
- /spire/xls/{XlsPivotTablesCollection.py → collection/pivot_table/XlsPivotTablesCollection.py} +0 -0
- /spire/xls/{AxisTypes.py → enums/AxisTypes.py} +0 -0
- /spire/xls/{CompoundLineType.py → enums/CompoundLineType.py} +0 -0
- /spire/xls/{ConditionValueType.py → enums/ConditionValueType.py} +0 -0
- /spire/xls/{ConditionalTopNType.py → enums/ConditionalTopNType.py} +0 -0
- /spire/xls/{ConnectionDataSourceType.py → enums/ConnectionDataSourceType.py} +0 -0
- /spire/xls/{CopyRangeOptions.py → enums/CopyRangeOptions.py} +0 -0
- /spire/xls/{DataBarAxisPosition.py → enums/DataBarAxisPosition.py} +0 -0
- /spire/xls/{DataBarBorderType.py → enums/DataBarBorderType.py} +0 -0
- /spire/xls/{DataBarFillType.py → enums/DataBarFillType.py} +0 -0
- /spire/xls/{DataBarNegativeColorType.py → enums/DataBarNegativeColorType.py} +0 -0
- /spire/xls/{DataMarkerDirection.py → enums/DataMarkerDirection.py} +0 -0
- /spire/xls/{DateTimeGroupingType.py → enums/DateTimeGroupingType.py} +0 -0
- /spire/xls/{DeleteOption.py → enums/DeleteOption.py} +0 -0
- /spire/xls/{DynamicFilterType.py → enums/DynamicFilterType.py} +0 -0
- /spire/xls/{ExcelClearOptions.py → enums/ExcelClearOptions.py} +0 -0
- /spire/xls/{ExcelFindOptions.py → enums/ExcelFindOptions.py} +0 -0
- /spire/xls/{ExcelSaveType.py → enums/ExcelSaveType.py} +0 -0
- /spire/xls/{ExcelTotalsCalculation.py → enums/ExcelTotalsCalculation.py} +0 -0
- /spire/xls/{FillPictureType.py → enums/FillPictureType.py} +0 -0
- /spire/xls/{FilterOperatorType.py → enums/FilterOperatorType.py} +0 -0
- /spire/xls/{FilterType.py → enums/FilterType.py} +0 -0
- /spire/xls/{FindType.py → enums/FindType.py} +0 -0
- /spire/xls/{GeomertyAdjustValueFormulaType.py → enums/GeomertyAdjustValueFormulaType.py} +0 -0
- /spire/xls/{GroupByType.py → enums/GroupByType.py} +0 -0
- /spire/xls/{HttpContentType.py → enums/HttpContentType.py} +0 -0
- /spire/xls/{IconSetType.py → enums/IconSetType.py} +0 -0
- /spire/xls/{InsertOptionsType.py → enums/InsertOptionsType.py} +0 -0
- /spire/xls/{LineShapeType.py → enums/LineShapeType.py} +0 -0
- /spire/xls/{MeasureUnits.py → enums/MeasureUnits.py} +0 -0
- /spire/xls/{MsoPathType.py → enums/MsoPathType.py} +0 -0
- /spire/xls/{OLEDBCommandType.py → enums/OLEDBCommandType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImagePositionType.py → enums/OdsPageBackgroundImagePositionType.py} +0 -0
- /spire/xls/{OdsPageBackgroundImageType.py → enums/OdsPageBackgroundImageType.py} +0 -0
- /spire/xls/{OdsPageBackgroundType.py → enums/OdsPageBackgroundType.py} +0 -0
- /spire/xls/{OleLinkType.py → enums/OleLinkType.py} +0 -0
- /spire/xls/{PathFillMode.py → enums/PathFillMode.py} +0 -0
- /spire/xls/{PdfConformanceLevel.py → enums/PdfConformanceLevel.py} +0 -0
- /spire/xls/{PivotAutoFomatTypes.py → enums/PivotAutoFomatTypes.py} +0 -0
- /spire/xls/{PivotBuiltInStyles.py → enums/PivotBuiltInStyles.py} +0 -0
- /spire/xls/{PivotDataType.py → enums/PivotDataType.py} +0 -0
- /spire/xls/{PivotFieldFormatType.py → enums/PivotFieldFormatType.py} +0 -0
- /spire/xls/{PivotFieldSortType.py → enums/PivotFieldSortType.py} +0 -0
- /spire/xls/{PivotItemType.py → enums/PivotItemType.py} +0 -0
- /spire/xls/{PivotLabelFilterType.py → enums/PivotLabelFilterType.py} +0 -0
- /spire/xls/{PivotPageAreaFieldsOrderType.py → enums/PivotPageAreaFieldsOrderType.py} +0 -0
- /spire/xls/{PivotTableElement.py → enums/PivotTableElement.py} +0 -0
- /spire/xls/{PivotTableLayoutType.py → enums/PivotTableLayoutType.py} +0 -0
- /spire/xls/{PivotValueFilterType.py → enums/PivotValueFilterType.py} +0 -0
- /spire/xls/{PresetTextEffect.py → enums/PresetTextEffect.py} +0 -0
- /spire/xls/{PrintingPageType.py → enums/PrintingPageType.py} +0 -0
- /spire/xls/{PropertyType.py → enums/PropertyType.py} +0 -0
- /spire/xls/{PrstGeomShapeType.py → enums/PrstGeomShapeType.py} +0 -0
- /spire/xls/{RectangleShapeType.py → enums/RectangleShapeType.py} +0 -0
- /spire/xls/{RelationShip.py → enums/RelationShip.py} +0 -0
- /spire/xls/{RenameStrategy.py → enums/RenameStrategy.py} +0 -0
- /spire/xls/{RtfTags.py → enums/RtfTags.py} +0 -0
- /spire/xls/{SelectionType.py → enums/SelectionType.py} +0 -0
- /spire/xls/{SparklineEmptyCells.py → enums/SparklineEmptyCells.py} +0 -0
- /spire/xls/{SpartlineVerticalAxisType.py → enums/SpartlineVerticalAxisType.py} +0 -0
- /spire/xls/{StrikeThroughStyle.py → enums/StrikeThroughStyle.py} +0 -0
- /spire/xls/{StyleDefineType.py → enums/StyleDefineType.py} +0 -0
- /spire/xls/{SubtotalTypes.py → enums/SubtotalTypes.py} +0 -0
- /spire/xls/{TRangeValueType.py → enums/TRangeValueType.py} +0 -0
- /spire/xls/{TableBuiltInStyles.py → enums/TableBuiltInStyles.py} +0 -0
- /spire/xls/{TextDirectionType.py → enums/TextDirectionType.py} +0 -0
- /spire/xls/{TextVerticalValue.py → enums/TextVerticalValue.py} +0 -0
- /spire/xls/{TimePeriodType.py → enums/TimePeriodType.py} +0 -0
- /spire/xls/{UnderlineStyle.py → enums/UnderlineStyle.py} +0 -0
- /spire/xls/{WorksheetCopyType.py → enums/WorksheetCopyType.py} +0 -0
- /spire/xls/{XLSXChartBevelType.py → enums/XLSXChartBevelType.py} +0 -0
- /spire/xls/{XLSXChartLightingType.py → enums/XLSXChartLightingType.py} +0 -0
- /spire/xls/{XLSXPivotItemType.py → enums/XLSXPivotItemType.py} +0 -0
- /spire/xls/{XmlOpenType.py → enums/XmlOpenType.py} +0 -0
- /spire/xls/{IAddInFunction.py → interfaces/IAddInFunction.py} +0 -0
- /spire/xls/{IAutoFilter.py → interfaces/IAutoFilter.py} +0 -0
- /spire/xls/{IAutoFilterCondition.py → interfaces/IAutoFilterCondition.py} +0 -0
- /spire/xls/{IAutoFilters.py → interfaces/IAutoFilters.py} +0 -0
- /spire/xls/{IBorder.py → interfaces/IBorder.py} +0 -0
- /spire/xls/{IBuiltInDocumentProperties.py → interfaces/IBuiltInDocumentProperties.py} +0 -0
- /spire/xls/{IButtonShape.py → interfaces/IButtonShape.py} +0 -0
- /spire/xls/{IChartDropBar.py → interfaces/IChartDropBar.py} +0 -0
- /spire/xls/{IExcelApplication.py → interfaces/IExcelApplication.py} +0 -0
- /spire/xls/{IInternalWorksheet.py → interfaces/IInternalWorksheet.py} +0 -0
- /spire/xls/{IListBox.py → interfaces/IListBox.py} +0 -0
- /spire/xls/{IRichTextString.py → interfaces/IRichTextString.py} +0 -0
- /spire/xls/{IAddInFunctions.py → interfaces/collections/IAddInFunctions.py} +0 -0
- /spire/xls/{IArcShapes.py → interfaces/collections/IArcShapes.py} +0 -0
- /spire/xls/{IBorders.py → interfaces/collections/IBorders.py} +0 -0
- /spire/xls/{IButtonShapes.py → interfaces/collections/IButtonShapes.py} +0 -0
- /spire/xls/{IChartDataPoints.py → interfaces/collections/IChartDataPoints.py} +0 -0
- /spire/xls/{IChartLegendEntries.py → interfaces/collections/IChartLegendEntries.py} +0 -0
- /spire/xls/{IChartSeries.py → interfaces/collections/IChartSeries.py} +0 -0
- /spire/xls/{IChartShapes.py → interfaces/collections/IChartShapes.py} +0 -0
- /spire/xls/{IChartTrendLines.py → interfaces/collections/IChartTrendLines.py} +0 -0
- /spire/xls/{ICharts.py → interfaces/collections/ICharts.py} +0 -0
- /spire/xls/{ICheckBoxes.py → interfaces/collections/ICheckBoxes.py} +0 -0
- /spire/xls/{IComboBoxes.py → interfaces/collections/IComboBoxes.py} +0 -0
- /spire/xls/{IComments.py → interfaces/collections/IComments.py} +0 -0
- /spire/xls/{IConditionalFormatsCollection.py → interfaces/collections/IConditionalFormatsCollection.py} +0 -0
- /spire/xls/{IGroupBoxes.py → interfaces/collections/IGroupBoxes.py} +0 -0
- /spire/xls/{IHyperLinks.py → interfaces/collections/IHyperLinks.py} +0 -0
- /spire/xls/{ILabelShapes.py → interfaces/collections/ILabelShapes.py} +0 -0
- /spire/xls/{ILines.py → interfaces/collections/ILines.py} +0 -0
- /spire/xls/{IListBoxes.py → interfaces/collections/IListBoxes.py} +0 -0
- /spire/xls/{INameRanges.py → interfaces/collections/INameRanges.py} +0 -0
- /spire/xls/{IOvalShapes.py → interfaces/collections/IOvalShapes.py} +0 -0
- /spire/xls/{IPictures.py → interfaces/collections/IPictures.py} +0 -0
- /spire/xls/{IRadioButtons.py → interfaces/collections/IRadioButtons.py} +0 -0
- /spire/xls/{IRectangleShapes.py → interfaces/collections/IRectangleShapes.py} +0 -0
- /spire/xls/{IScrollBarShapes.py → interfaces/collections/IScrollBarShapes.py} +0 -0
- /spire/xls/{ISpinnerShapes.py → interfaces/collections/ISpinnerShapes.py} +0 -0
- /spire/xls/{IStyles.py → interfaces/collections/IStyles.py} +0 -0
- /spire/xls/{ITabSheets.py → interfaces/collections/ITabSheets.py} +0 -0
- /spire/xls/{IWorksheetGroup.py → interfaces/collections/IWorksheetGroup.py} +0 -0
- /spire/xls/{IWorksheets.py → interfaces/collections/IWorksheets.py} +0 -0
- /spire/xls/{IPivotDataField.py → interfaces/pivot_table/IPivotDataField.py} +0 -0
- /spire/xls/{IPivotDataFields.py → interfaces/pivot_table/IPivotDataFields.py} +0 -0
- /spire/xls/{IPivotFields.py → interfaces/pivot_table/IPivotFields.py} +0 -0
- /spire/xls/{IPivotTables.py → interfaces/pivot_table/IPivotTables.py} +0 -0
- /spire/xls/{IDataSort.py → interfaces/sorting/IDataSort.py} +0 -0
- /spire/xls/{PivotCache.py → pivot_tables/PivotCache.py} +0 -0
- /spire/xls/{PivotField.py → pivot_tables/PivotField.py} +0 -0
- /spire/xls/{PivotTable.py → pivot_tables/PivotTable.py} +0 -0
- /spire/xls/{EncryptedKeyInfo.py → security/EncryptedKeyInfo.py} +0 -0
- /spire/xls/{ISparkline.py → sparkline/ISparkline.py} +0 -0
- /spire/xls/{ISparklineGroup.py → sparkline/ISparklineGroup.py} +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/WHEEL +0 -0
- {spire_xls-15.5.0.dist-info → spire_xls-15.7.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1667 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
from plum import dispatch
|
|
3
|
+
from typing import TypeVar,Union,Generic,List,Tuple
|
|
4
|
+
from spire.xls.common import *
|
|
5
|
+
from spire.xls import *
|
|
6
|
+
from ctypes import *
|
|
7
|
+
import abc
|
|
8
|
+
|
|
9
|
+
class XlsChart ( XlsWorksheetBase, ICloneParent, IChart) :
|
|
10
|
+
"""
|
|
11
|
+
Represents a chart in a worksheet, providing access to chart properties, axes, series, formatting, and data management.
|
|
12
|
+
"""
|
|
13
|
+
def MoveChartsheet(self,destIndex:int):
|
|
14
|
+
"""
|
|
15
|
+
Moves the chart sheet to a new position in the workbook.
|
|
16
|
+
|
|
17
|
+
Args:
|
|
18
|
+
destIndex (int): The zero-based index to move the chart sheet to.
|
|
19
|
+
"""
|
|
20
|
+
GetDllLibXls().XlsChart_MoveChartsheet.argtypes=[c_void_p,c_int]
|
|
21
|
+
CallCFunction(GetDllLibXls().XlsChart_MoveChartsheet, self.Ptr,destIndex)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
@property
|
|
25
|
+
def IsChartPyramid(self)->bool:
|
|
26
|
+
"""
|
|
27
|
+
Returns True if the chart is a pyramid shape. Read-only.
|
|
28
|
+
|
|
29
|
+
Returns:
|
|
30
|
+
bool: True if the chart is a pyramid shape; otherwise, False.
|
|
31
|
+
"""
|
|
32
|
+
GetDllLibXls().XlsChart_get_IsChartPyramid.argtypes=[c_void_p]
|
|
33
|
+
GetDllLibXls().XlsChart_get_IsChartPyramid.restype=c_bool
|
|
34
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartPyramid, self.Ptr)
|
|
35
|
+
return ret
|
|
36
|
+
|
|
37
|
+
@property
|
|
38
|
+
def IsChartRadar(self)->bool:
|
|
39
|
+
"""
|
|
40
|
+
Returns True if the chart is a radar chart. Read-only.
|
|
41
|
+
|
|
42
|
+
Returns:
|
|
43
|
+
bool: True if the chart is a radar chart; otherwise, False.
|
|
44
|
+
"""
|
|
45
|
+
GetDllLibXls().XlsChart_get_IsChartRadar.argtypes=[c_void_p]
|
|
46
|
+
GetDllLibXls().XlsChart_get_IsChartRadar.restype=c_bool
|
|
47
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartRadar, self.Ptr)
|
|
48
|
+
return ret
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
def IsChartScatter(self)->bool:
|
|
52
|
+
"""
|
|
53
|
+
Returns True if the chart is a scatter chart. Read-only.
|
|
54
|
+
|
|
55
|
+
Returns:
|
|
56
|
+
bool: True if the chart is a scatter chart; otherwise, False.
|
|
57
|
+
"""
|
|
58
|
+
GetDllLibXls().XlsChart_get_IsChartScatter.argtypes=[c_void_p]
|
|
59
|
+
GetDllLibXls().XlsChart_get_IsChartScatter.restype=c_bool
|
|
60
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartScatter, self.Ptr)
|
|
61
|
+
return ret
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
def IsChartSmoothedLine(self)->bool:
|
|
65
|
+
"""
|
|
66
|
+
Returns True if the chart has smoothed lines. Read-only.
|
|
67
|
+
|
|
68
|
+
Returns:
|
|
69
|
+
bool: True if the chart has smoothed lines; otherwise, False.
|
|
70
|
+
"""
|
|
71
|
+
GetDllLibXls().XlsChart_get_IsChartSmoothedLine.argtypes=[c_void_p]
|
|
72
|
+
GetDllLibXls().XlsChart_get_IsChartSmoothedLine.restype=c_bool
|
|
73
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartSmoothedLine, self.Ptr)
|
|
74
|
+
return ret
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
def IsChartStock(self)->bool:
|
|
78
|
+
"""
|
|
79
|
+
Returns True if this is a stock chart. Read-only.
|
|
80
|
+
|
|
81
|
+
Returns:
|
|
82
|
+
bool: True if this is a stock chart; otherwise, False.
|
|
83
|
+
"""
|
|
84
|
+
GetDllLibXls().XlsChart_get_IsChartStock.argtypes=[c_void_p]
|
|
85
|
+
GetDllLibXls().XlsChart_get_IsChartStock.restype=c_bool
|
|
86
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartStock, self.Ptr)
|
|
87
|
+
return ret
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
def IsChartVeryColor(self)->bool:
|
|
91
|
+
"""
|
|
92
|
+
Returns True if the chart should have a different color for each series value. Read-only.
|
|
93
|
+
|
|
94
|
+
Returns:
|
|
95
|
+
bool: True if the chart should have a different color for each series value; otherwise, False.
|
|
96
|
+
"""
|
|
97
|
+
GetDllLibXls().XlsChart_get_IsChartVeryColor.argtypes=[c_void_p]
|
|
98
|
+
GetDllLibXls().XlsChart_get_IsChartVeryColor.restype=c_bool
|
|
99
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartVeryColor, self.Ptr)
|
|
100
|
+
return ret
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
def IsChartVolume(self)->bool:
|
|
104
|
+
"""
|
|
105
|
+
Returns True if the chart is a stock chart with volume. Read-only.
|
|
106
|
+
|
|
107
|
+
Returns:
|
|
108
|
+
bool: True if the chart is a stock chart with volume; otherwise, False.
|
|
109
|
+
"""
|
|
110
|
+
GetDllLibXls().XlsChart_get_IsChartVolume.argtypes=[c_void_p]
|
|
111
|
+
GetDllLibXls().XlsChart_get_IsChartVolume.restype=c_bool
|
|
112
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartVolume, self.Ptr)
|
|
113
|
+
return ret
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
def IsChartWalls(self)->bool:
|
|
117
|
+
"""
|
|
118
|
+
Returns True if the chart has walls. Read-only.
|
|
119
|
+
|
|
120
|
+
Returns:
|
|
121
|
+
bool: True if the chart has walls; otherwise, False.
|
|
122
|
+
"""
|
|
123
|
+
GetDllLibXls().XlsChart_get_IsChartWalls.argtypes=[c_void_p]
|
|
124
|
+
GetDllLibXls().XlsChart_get_IsChartWalls.restype=c_bool
|
|
125
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartWalls, self.Ptr)
|
|
126
|
+
return ret
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
def IsClustered(self)->bool:
|
|
130
|
+
"""
|
|
131
|
+
Returns True if the chart is a clustered chart. Read-only.
|
|
132
|
+
|
|
133
|
+
Returns:
|
|
134
|
+
bool: True if the chart is a clustered chart; otherwise, False.
|
|
135
|
+
"""
|
|
136
|
+
GetDllLibXls().XlsChart_get_IsClustered.argtypes=[c_void_p]
|
|
137
|
+
GetDllLibXls().XlsChart_get_IsClustered.restype=c_bool
|
|
138
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsClustered, self.Ptr)
|
|
139
|
+
return ret
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
def IsEmbeded(self)->bool:
|
|
143
|
+
"""
|
|
144
|
+
Gets a value indicating whether the chart is embedded into the worksheet.
|
|
145
|
+
|
|
146
|
+
Returns:
|
|
147
|
+
bool: True if the chart is embedded; otherwise, False.
|
|
148
|
+
"""
|
|
149
|
+
GetDllLibXls().XlsChart_get_IsEmbeded.argtypes=[c_void_p]
|
|
150
|
+
GetDllLibXls().XlsChart_get_IsEmbeded.restype=c_bool
|
|
151
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsEmbeded, self.Ptr)
|
|
152
|
+
return ret
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
def IsPerspective(self)->bool:
|
|
156
|
+
"""
|
|
157
|
+
Returns True if the chart has perspective. Read-only.
|
|
158
|
+
|
|
159
|
+
Returns:
|
|
160
|
+
bool: True if the chart has perspective; otherwise, False.
|
|
161
|
+
"""
|
|
162
|
+
GetDllLibXls().XlsChart_get_IsPerspective.argtypes=[c_void_p]
|
|
163
|
+
GetDllLibXls().XlsChart_get_IsPerspective.restype=c_bool
|
|
164
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsPerspective, self.Ptr)
|
|
165
|
+
return ret
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
def IsPivot3DChart(self)->bool:
|
|
169
|
+
"""
|
|
170
|
+
Gets a value indicating whether this instance is a pivot 3D chart.
|
|
171
|
+
|
|
172
|
+
Returns:
|
|
173
|
+
bool: True if this is a pivot 3D chart; otherwise, False.
|
|
174
|
+
"""
|
|
175
|
+
GetDllLibXls().XlsChart_get_IsPivot3DChart.argtypes=[c_void_p]
|
|
176
|
+
GetDllLibXls().XlsChart_get_IsPivot3DChart.restype=c_bool
|
|
177
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsPivot3DChart, self.Ptr)
|
|
178
|
+
return ret
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
def IsSecondaryAxes(self)->bool:
|
|
182
|
+
"""
|
|
183
|
+
Gets or sets a value indicating whether the chart uses secondary axes.
|
|
184
|
+
|
|
185
|
+
Returns:
|
|
186
|
+
bool: True if the chart uses secondary axes; otherwise, False.
|
|
187
|
+
"""
|
|
188
|
+
GetDllLibXls().XlsChart_get_IsSecondaryAxes.argtypes=[c_void_p]
|
|
189
|
+
GetDllLibXls().XlsChart_get_IsSecondaryAxes.restype=c_bool
|
|
190
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsSecondaryAxes, self.Ptr)
|
|
191
|
+
return ret
|
|
192
|
+
|
|
193
|
+
@IsSecondaryAxes.setter
|
|
194
|
+
def IsSecondaryAxes(self, value:bool):
|
|
195
|
+
GetDllLibXls().XlsChart_set_IsSecondaryAxes.argtypes=[c_void_p, c_bool]
|
|
196
|
+
CallCFunction(GetDllLibXls().XlsChart_set_IsSecondaryAxes, self.Ptr, value)
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
def IsSecondaryCategoryAxisAvail(self)->bool:
|
|
200
|
+
"""
|
|
201
|
+
Gets a value indicating whether the secondary category axis is available.
|
|
202
|
+
|
|
203
|
+
Returns:
|
|
204
|
+
bool: True if the secondary category axis is available; otherwise, False.
|
|
205
|
+
"""
|
|
206
|
+
GetDllLibXls().XlsChart_get_IsSecondaryCategoryAxisAvail.argtypes=[c_void_p]
|
|
207
|
+
GetDllLibXls().XlsChart_get_IsSecondaryCategoryAxisAvail.restype=c_bool
|
|
208
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsSecondaryCategoryAxisAvail, self.Ptr)
|
|
209
|
+
return ret
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
def IsSecondaryValueAxisAvail(self)->bool:
|
|
213
|
+
"""
|
|
214
|
+
Gets a value indicating whether the secondary value axis is available.
|
|
215
|
+
|
|
216
|
+
Returns:
|
|
217
|
+
bool: True if the secondary value axis is available; otherwise, False.
|
|
218
|
+
"""
|
|
219
|
+
GetDllLibXls().XlsChart_get_IsSecondaryValueAxisAvail.argtypes=[c_void_p]
|
|
220
|
+
GetDllLibXls().XlsChart_get_IsSecondaryValueAxisAvail.restype=c_bool
|
|
221
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsSecondaryValueAxisAvail, self.Ptr)
|
|
222
|
+
return ret
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
def IsSeriesAxisAvail(self)->bool:
|
|
226
|
+
"""
|
|
227
|
+
Gets a value indicating whether the series axis is available.
|
|
228
|
+
|
|
229
|
+
Returns:
|
|
230
|
+
bool: True if the series axis is available; otherwise, False.
|
|
231
|
+
"""
|
|
232
|
+
GetDllLibXls().XlsChart_get_IsSeriesAxisAvail.argtypes=[c_void_p]
|
|
233
|
+
GetDllLibXls().XlsChart_get_IsSeriesAxisAvail.restype=c_bool
|
|
234
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsSeriesAxisAvail, self.Ptr)
|
|
235
|
+
return ret
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
def IsSeriesLines(self)->bool:
|
|
239
|
+
"""
|
|
240
|
+
Returns True if the chart has series lines. Read-only.
|
|
241
|
+
|
|
242
|
+
Returns:
|
|
243
|
+
bool: True if the chart has series lines; otherwise, False.
|
|
244
|
+
"""
|
|
245
|
+
GetDllLibXls().XlsChart_get_IsSeriesLines.argtypes=[c_void_p]
|
|
246
|
+
GetDllLibXls().XlsChart_get_IsSeriesLines.restype=c_bool
|
|
247
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsSeriesLines, self.Ptr)
|
|
248
|
+
return ret
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
def IsSpecialDataLabels(self)->bool:
|
|
252
|
+
"""
|
|
253
|
+
Returns True if the chart needs special data labels serialization. Read-only.
|
|
254
|
+
|
|
255
|
+
Returns:
|
|
256
|
+
bool: True if the chart needs special data labels serialization; otherwise, False.
|
|
257
|
+
"""
|
|
258
|
+
GetDllLibXls().XlsChart_get_IsSpecialDataLabels.argtypes=[c_void_p]
|
|
259
|
+
GetDllLibXls().XlsChart_get_IsSpecialDataLabels.restype=c_bool
|
|
260
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsSpecialDataLabels, self.Ptr)
|
|
261
|
+
return ret
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
def IsStacked(self)->bool:
|
|
265
|
+
"""
|
|
266
|
+
Returns True if the chart is stacked. Read-only.
|
|
267
|
+
|
|
268
|
+
Returns:
|
|
269
|
+
bool: True if the chart is stacked; otherwise, False.
|
|
270
|
+
"""
|
|
271
|
+
GetDllLibXls().XlsChart_get_IsStacked.argtypes=[c_void_p]
|
|
272
|
+
GetDllLibXls().XlsChart_get_IsStacked.restype=c_bool
|
|
273
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsStacked, self.Ptr)
|
|
274
|
+
return ret
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
def IsValueAxisAvail(self)->bool:
|
|
278
|
+
"""
|
|
279
|
+
Indicates whether the chart has a value axis. Read-only.
|
|
280
|
+
|
|
281
|
+
Returns:
|
|
282
|
+
bool: True if the chart has a value axis; otherwise, False.
|
|
283
|
+
"""
|
|
284
|
+
GetDllLibXls().XlsChart_get_IsValueAxisAvail.argtypes=[c_void_p]
|
|
285
|
+
GetDllLibXls().XlsChart_get_IsValueAxisAvail.restype=c_bool
|
|
286
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsValueAxisAvail, self.Ptr)
|
|
287
|
+
return ret
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
def NeedDataFormat(self)->bool:
|
|
291
|
+
"""
|
|
292
|
+
Returns True if the chart needs data format to be saved. Read-only.
|
|
293
|
+
|
|
294
|
+
Returns:
|
|
295
|
+
bool: True if the chart needs data format to be saved; otherwise, False.
|
|
296
|
+
"""
|
|
297
|
+
GetDllLibXls().XlsChart_get_NeedDataFormat.argtypes=[c_void_p]
|
|
298
|
+
GetDllLibXls().XlsChart_get_NeedDataFormat.restype=c_bool
|
|
299
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_NeedDataFormat, self.Ptr)
|
|
300
|
+
return ret
|
|
301
|
+
|
|
302
|
+
@property
|
|
303
|
+
def NeedDropBar(self)->bool:
|
|
304
|
+
"""
|
|
305
|
+
Returns True if the chart needs drop bars to be saved. Read-only.
|
|
306
|
+
|
|
307
|
+
Returns:
|
|
308
|
+
bool: True if the chart needs drop bars to be saved; otherwise, False.
|
|
309
|
+
"""
|
|
310
|
+
GetDllLibXls().XlsChart_get_NeedDropBar.argtypes=[c_void_p]
|
|
311
|
+
GetDllLibXls().XlsChart_get_NeedDropBar.restype=c_bool
|
|
312
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_NeedDropBar, self.Ptr)
|
|
313
|
+
return ret
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
def NeedMarkerFormat(self)->bool:
|
|
317
|
+
"""
|
|
318
|
+
Returns True if the chart needs marker format to be saved. Read-only.
|
|
319
|
+
|
|
320
|
+
Returns:
|
|
321
|
+
bool: True if the chart needs marker format to be saved; otherwise, False.
|
|
322
|
+
"""
|
|
323
|
+
GetDllLibXls().XlsChart_get_NeedMarkerFormat.argtypes=[c_void_p]
|
|
324
|
+
GetDllLibXls().XlsChart_get_NeedMarkerFormat.restype=c_bool
|
|
325
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_NeedMarkerFormat, self.Ptr)
|
|
326
|
+
return ret
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
def NoPlotArea(self)->bool:
|
|
330
|
+
"""
|
|
331
|
+
Returns True if the chart has no plot area. Read-only.
|
|
332
|
+
|
|
333
|
+
Returns:
|
|
334
|
+
bool: True if the chart has no plot area; otherwise, False.
|
|
335
|
+
"""
|
|
336
|
+
GetDllLibXls().XlsChart_get_NoPlotArea.argtypes=[c_void_p]
|
|
337
|
+
GetDllLibXls().XlsChart_get_NoPlotArea.restype=c_bool
|
|
338
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_NoPlotArea, self.Ptr)
|
|
339
|
+
return ret
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
def Style(self)->int:
|
|
343
|
+
"""
|
|
344
|
+
Gets or sets the style index for Excel 2007 chart.
|
|
345
|
+
|
|
346
|
+
Returns:
|
|
347
|
+
int: The style index.
|
|
348
|
+
"""
|
|
349
|
+
GetDllLibXls().XlsChart_get_Style.argtypes=[c_void_p]
|
|
350
|
+
GetDllLibXls().XlsChart_get_Style.restype=c_int
|
|
351
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_Style, self.Ptr)
|
|
352
|
+
return ret
|
|
353
|
+
|
|
354
|
+
@Style.setter
|
|
355
|
+
def Style(self, value:int):
|
|
356
|
+
GetDllLibXls().XlsChart_set_Style.argtypes=[c_void_p, c_int]
|
|
357
|
+
CallCFunction(GetDllLibXls().XlsChart_set_Style, self.Ptr, value)
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
def SupportWallsAndFloor(self)->bool:
|
|
361
|
+
"""
|
|
362
|
+
Indicates whether this chart supports walls and floor. Read-only.
|
|
363
|
+
|
|
364
|
+
Returns:
|
|
365
|
+
bool: True if the chart supports walls and floor; otherwise, False.
|
|
366
|
+
"""
|
|
367
|
+
GetDllLibXls().XlsChart_get_SupportWallsAndFloor.argtypes=[c_void_p]
|
|
368
|
+
GetDllLibXls().XlsChart_get_SupportWallsAndFloor.restype=c_bool
|
|
369
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_SupportWallsAndFloor, self.Ptr)
|
|
370
|
+
return ret
|
|
371
|
+
|
|
372
|
+
@property
|
|
373
|
+
def ZoomToFit(self)->bool:
|
|
374
|
+
"""
|
|
375
|
+
Gets or sets the zoomToFit value for the chart.
|
|
376
|
+
|
|
377
|
+
Returns:
|
|
378
|
+
bool: True if zoom to fit is enabled; otherwise, False.
|
|
379
|
+
"""
|
|
380
|
+
GetDllLibXls().XlsChart_get_ZoomToFit.argtypes=[c_void_p]
|
|
381
|
+
GetDllLibXls().XlsChart_get_ZoomToFit.restype=c_bool
|
|
382
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_ZoomToFit, self.Ptr)
|
|
383
|
+
return ret
|
|
384
|
+
|
|
385
|
+
@ZoomToFit.setter
|
|
386
|
+
def ZoomToFit(self, value:bool):
|
|
387
|
+
GetDllLibXls().XlsChart_set_ZoomToFit.argtypes=[c_void_p, c_bool]
|
|
388
|
+
CallCFunction(GetDllLibXls().XlsChart_set_ZoomToFit, self.Ptr, value)
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
def SecondaryCategoryAxisTitle(self)->str:
|
|
392
|
+
"""
|
|
393
|
+
Gets or sets the title of the secondary category axis.
|
|
394
|
+
|
|
395
|
+
Returns:
|
|
396
|
+
str: The title of the secondary category axis.
|
|
397
|
+
"""
|
|
398
|
+
GetDllLibXls().XlsChart_get_SecondaryCategoryAxisTitle.argtypes=[c_void_p]
|
|
399
|
+
GetDllLibXls().XlsChart_get_SecondaryCategoryAxisTitle.restype=c_void_p
|
|
400
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChart_get_SecondaryCategoryAxisTitle, self.Ptr))
|
|
401
|
+
return ret
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
@SecondaryCategoryAxisTitle.setter
|
|
405
|
+
def SecondaryCategoryAxisTitle(self, value:str):
|
|
406
|
+
GetDllLibXls().XlsChart_set_SecondaryCategoryAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
407
|
+
CallCFunction(GetDllLibXls().XlsChart_set_SecondaryCategoryAxisTitle, self.Ptr, value)
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
def SecondaryValueAxisTitle(self)->str:
|
|
411
|
+
"""
|
|
412
|
+
Gets or sets the title of the secondary value axis.
|
|
413
|
+
|
|
414
|
+
Returns:
|
|
415
|
+
str: The title of the secondary value axis.
|
|
416
|
+
"""
|
|
417
|
+
GetDllLibXls().XlsChart_get_SecondaryValueAxisTitle.argtypes=[c_void_p]
|
|
418
|
+
GetDllLibXls().XlsChart_get_SecondaryValueAxisTitle.restype=c_void_p
|
|
419
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChart_get_SecondaryValueAxisTitle, self.Ptr))
|
|
420
|
+
return ret
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
@SecondaryValueAxisTitle.setter
|
|
424
|
+
def SecondaryValueAxisTitle(self, value:str):
|
|
425
|
+
GetDllLibXls().XlsChart_set_SecondaryValueAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
426
|
+
CallCFunction(GetDllLibXls().XlsChart_set_SecondaryValueAxisTitle, self.Ptr, value)
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
def SeriesAxisTitle(self)->str:
|
|
430
|
+
"""
|
|
431
|
+
Gets or sets the title of the series axis.
|
|
432
|
+
|
|
433
|
+
Returns:
|
|
434
|
+
str: The title of the series axis.
|
|
435
|
+
"""
|
|
436
|
+
GetDllLibXls().XlsChart_get_SeriesAxisTitle.argtypes=[c_void_p]
|
|
437
|
+
GetDllLibXls().XlsChart_get_SeriesAxisTitle.restype=c_void_p
|
|
438
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChart_get_SeriesAxisTitle, self.Ptr))
|
|
439
|
+
return ret
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
@SeriesAxisTitle.setter
|
|
443
|
+
def SeriesAxisTitle(self, value:str):
|
|
444
|
+
GetDllLibXls().XlsChart_set_SeriesAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
445
|
+
CallCFunction(GetDllLibXls().XlsChart_set_SeriesAxisTitle, self.Ptr, value)
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
def ValueAxisTitle(self)->str:
|
|
449
|
+
"""
|
|
450
|
+
Gets or sets the title of the value axis.
|
|
451
|
+
|
|
452
|
+
Returns:
|
|
453
|
+
str: The title of the value axis.
|
|
454
|
+
"""
|
|
455
|
+
GetDllLibXls().XlsChart_get_ValueAxisTitle.argtypes=[c_void_p]
|
|
456
|
+
GetDllLibXls().XlsChart_get_ValueAxisTitle.restype=c_void_p
|
|
457
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChart_get_ValueAxisTitle, self.Ptr))
|
|
458
|
+
return ret
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
@ValueAxisTitle.setter
|
|
462
|
+
def ValueAxisTitle(self, value:str):
|
|
463
|
+
GetDllLibXls().XlsChart_set_ValueAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
464
|
+
CallCFunction(GetDllLibXls().XlsChart_set_ValueAxisTitle, self.Ptr, value)
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
def HasChartArea(self)->bool:
|
|
468
|
+
"""
|
|
469
|
+
Indicates whether the chart has a chart area.
|
|
470
|
+
|
|
471
|
+
Returns:
|
|
472
|
+
bool: True if the chart has a chart area; otherwise, False.
|
|
473
|
+
"""
|
|
474
|
+
GetDllLibXls().XlsChart_get_HasChartArea.argtypes=[c_void_p]
|
|
475
|
+
GetDllLibXls().XlsChart_get_HasChartArea.restype=c_bool
|
|
476
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HasChartArea, self.Ptr)
|
|
477
|
+
return ret
|
|
478
|
+
|
|
479
|
+
@HasChartArea.setter
|
|
480
|
+
def HasChartArea(self, value:bool):
|
|
481
|
+
GetDllLibXls().XlsChart_set_HasChartArea.argtypes=[c_void_p, c_bool]
|
|
482
|
+
CallCFunction(GetDllLibXls().XlsChart_set_HasChartArea, self.Ptr, value)
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
def HasChartTitle(self)->bool:
|
|
486
|
+
"""
|
|
487
|
+
Indicates whether the chart has a title.
|
|
488
|
+
|
|
489
|
+
Returns:
|
|
490
|
+
bool: True if the chart has a title; otherwise, False.
|
|
491
|
+
"""
|
|
492
|
+
GetDllLibXls().XlsChart_get_HasChartTitle.argtypes=[c_void_p]
|
|
493
|
+
GetDllLibXls().XlsChart_get_HasChartTitle.restype=c_bool
|
|
494
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HasChartTitle, self.Ptr)
|
|
495
|
+
return ret
|
|
496
|
+
|
|
497
|
+
@property
|
|
498
|
+
def HasFloor(self)->bool:
|
|
499
|
+
"""
|
|
500
|
+
Gets a value indicating whether the floor object was created.
|
|
501
|
+
|
|
502
|
+
Returns:
|
|
503
|
+
bool: True if the floor object was created; otherwise, False.
|
|
504
|
+
"""
|
|
505
|
+
GetDllLibXls().XlsChart_get_HasFloor.argtypes=[c_void_p]
|
|
506
|
+
GetDllLibXls().XlsChart_get_HasFloor.restype=c_bool
|
|
507
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HasFloor, self.Ptr)
|
|
508
|
+
return ret
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
def HasWalls(self)->bool:
|
|
512
|
+
"""
|
|
513
|
+
Gets a value indicating whether the walls object was created.
|
|
514
|
+
|
|
515
|
+
Returns:
|
|
516
|
+
bool: True if the walls object was created; otherwise, False.
|
|
517
|
+
"""
|
|
518
|
+
GetDllLibXls().XlsChart_get_HasWalls.argtypes=[c_void_p]
|
|
519
|
+
GetDllLibXls().XlsChart_get_HasWalls.restype=c_bool
|
|
520
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HasWalls, self.Ptr)
|
|
521
|
+
return ret
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
def HasPivotTable(self)->bool:
|
|
525
|
+
"""
|
|
526
|
+
Indicates whether the chart contains a pivot table.
|
|
527
|
+
|
|
528
|
+
Returns:
|
|
529
|
+
bool: True if the chart contains a pivot table; otherwise, False.
|
|
530
|
+
"""
|
|
531
|
+
GetDllLibXls().XlsChart_get_HasPivotTable.argtypes=[c_void_p]
|
|
532
|
+
GetDllLibXls().XlsChart_get_HasPivotTable.restype=c_bool
|
|
533
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HasPivotTable, self.Ptr)
|
|
534
|
+
return ret
|
|
535
|
+
|
|
536
|
+
@staticmethod
|
|
537
|
+
def CheckDataTablePossibility(startType:str,bThrowException:bool)->bool:
|
|
538
|
+
"""
|
|
539
|
+
Checks if a data table can be created for the specified chart type.
|
|
540
|
+
|
|
541
|
+
Args:
|
|
542
|
+
startType (str): The start type of the chart.
|
|
543
|
+
bThrowException (bool): Whether to throw an exception if not possible.
|
|
544
|
+
Returns:
|
|
545
|
+
bool: True if a data table can be created; otherwise, False.
|
|
546
|
+
"""
|
|
547
|
+
GetDllLibXls().XlsChart_CheckDataTablePossibility.argtypes=[ c_void_p,c_bool]
|
|
548
|
+
GetDllLibXls().XlsChart_CheckDataTablePossibility.restype=c_bool
|
|
549
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_CheckDataTablePossibility, startType,bThrowException)
|
|
550
|
+
return ret
|
|
551
|
+
|
|
552
|
+
def CheckForSupportGridLine(self)->bool:
|
|
553
|
+
"""
|
|
554
|
+
Checks whether the chart supports grid lines.
|
|
555
|
+
|
|
556
|
+
Returns:
|
|
557
|
+
bool: True if the chart supports grid lines; otherwise, False.
|
|
558
|
+
"""
|
|
559
|
+
GetDllLibXls().XlsChart_CheckForSupportGridLine.argtypes=[c_void_p]
|
|
560
|
+
GetDllLibXls().XlsChart_CheckForSupportGridLine.restype=c_bool
|
|
561
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_CheckForSupportGridLine, self.Ptr)
|
|
562
|
+
return ret
|
|
563
|
+
|
|
564
|
+
@dispatch
|
|
565
|
+
def Clone(self ,parent:SpireObject)->SpireObject:
|
|
566
|
+
"""
|
|
567
|
+
Clones the current chart instance.
|
|
568
|
+
|
|
569
|
+
Args:
|
|
570
|
+
parent (SpireObject): The parent object for the cloned chart.
|
|
571
|
+
Returns:
|
|
572
|
+
SpireObject: The cloned chart object.
|
|
573
|
+
"""
|
|
574
|
+
intPtrparent:c_void_p = parent.Ptr
|
|
575
|
+
|
|
576
|
+
GetDllLibXls().XlsChart_CloneP.argtypes=[c_void_p ,c_void_p]
|
|
577
|
+
GetDllLibXls().XlsChart_CloneP.restype=c_void_p
|
|
578
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_CloneP, self.Ptr, intPtrparent)
|
|
579
|
+
ret = None if intPtr==None else SpireObject(intPtr)
|
|
580
|
+
return ret
|
|
581
|
+
|
|
582
|
+
def SetToDefaultGridlines(self ,type:'ExcelChartType'):
|
|
583
|
+
"""
|
|
584
|
+
Sets the chart to use default gridlines for the specified chart type.
|
|
585
|
+
|
|
586
|
+
Args:
|
|
587
|
+
type (ExcelChartType): The chart type to set default gridlines for.
|
|
588
|
+
"""
|
|
589
|
+
enumtype:c_int = type.value
|
|
590
|
+
|
|
591
|
+
GetDllLibXls().XlsChart_SetToDefaultGridlines.argtypes=[c_void_p ,c_int]
|
|
592
|
+
CallCFunction(GetDllLibXls().XlsChart_SetToDefaultGridlines, self.Ptr, enumtype)
|
|
593
|
+
|
|
594
|
+
@property
|
|
595
|
+
def ChartType(self)->'ExcelChartType':
|
|
596
|
+
"""
|
|
597
|
+
Gets or sets the type of the chart.
|
|
598
|
+
|
|
599
|
+
Returns:
|
|
600
|
+
ExcelChartType: The chart type.
|
|
601
|
+
"""
|
|
602
|
+
GetDllLibXls().XlsChart_get_ChartType.argtypes=[c_void_p]
|
|
603
|
+
GetDllLibXls().XlsChart_get_ChartType.restype=c_int
|
|
604
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_ChartType, self.Ptr)
|
|
605
|
+
objwraped = ExcelChartType(ret)
|
|
606
|
+
return objwraped
|
|
607
|
+
|
|
608
|
+
@ChartType.setter
|
|
609
|
+
def ChartType(self, value:'ExcelChartType'):
|
|
610
|
+
GetDllLibXls().XlsChart_set_ChartType.argtypes=[c_void_p, c_int]
|
|
611
|
+
CallCFunction(GetDllLibXls().XlsChart_set_ChartType, self.Ptr, value.value)
|
|
612
|
+
|
|
613
|
+
@property
|
|
614
|
+
def DataRange(self)->'IXLSRange':
|
|
615
|
+
"""
|
|
616
|
+
Gets or sets the data range for the chart.
|
|
617
|
+
|
|
618
|
+
Returns:
|
|
619
|
+
IXLSRange: The data range used by the chart.
|
|
620
|
+
"""
|
|
621
|
+
GetDllLibXls().XlsChart_get_DataRange.argtypes=[c_void_p]
|
|
622
|
+
GetDllLibXls().XlsChart_get_DataRange.restype=c_void_p
|
|
623
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_DataRange, self.Ptr)
|
|
624
|
+
ret = None if intPtr==None else XlsRange(intPtr)
|
|
625
|
+
return ret
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
@DataRange.setter
|
|
629
|
+
def DataRange(self, value:'IXLSRange'):
|
|
630
|
+
GetDllLibXls().XlsChart_set_DataRange.argtypes=[c_void_p, c_void_p]
|
|
631
|
+
CallCFunction(GetDllLibXls().XlsChart_set_DataRange, self.Ptr, value.Ptr)
|
|
632
|
+
|
|
633
|
+
@property
|
|
634
|
+
def SeriesDataFromRange(self)->bool:
|
|
635
|
+
"""
|
|
636
|
+
Gets or sets a value indicating whether series are in rows in DataRange; otherwise, in columns.
|
|
637
|
+
|
|
638
|
+
Returns:
|
|
639
|
+
bool: True if series are in rows; otherwise, False.
|
|
640
|
+
"""
|
|
641
|
+
GetDllLibXls().XlsChart_get_SeriesDataFromRange.argtypes=[c_void_p]
|
|
642
|
+
GetDllLibXls().XlsChart_get_SeriesDataFromRange.restype=c_bool
|
|
643
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_SeriesDataFromRange, self.Ptr)
|
|
644
|
+
return ret
|
|
645
|
+
|
|
646
|
+
@SeriesDataFromRange.setter
|
|
647
|
+
def SeriesDataFromRange(self, value:bool):
|
|
648
|
+
GetDllLibXls().XlsChart_set_SeriesDataFromRange.argtypes=[c_void_p, c_bool]
|
|
649
|
+
CallCFunction(GetDllLibXls().XlsChart_set_SeriesDataFromRange, self.Ptr, value)
|
|
650
|
+
|
|
651
|
+
@property
|
|
652
|
+
def PageSetup(self)->'IChartPageSetup':
|
|
653
|
+
"""
|
|
654
|
+
Gets the page setup options for the chart.
|
|
655
|
+
|
|
656
|
+
Returns:
|
|
657
|
+
IChartPageSetup: The page setup object.
|
|
658
|
+
"""
|
|
659
|
+
GetDllLibXls().XlsChart_get_PageSetup.argtypes=[c_void_p]
|
|
660
|
+
GetDllLibXls().XlsChart_get_PageSetup.restype=c_void_p
|
|
661
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_PageSetup, self.Ptr)
|
|
662
|
+
ret = None if intPtr==None else IChartPageSetup(intPtr)
|
|
663
|
+
return ret
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
@property
|
|
667
|
+
def XPos(self)->float:
|
|
668
|
+
"""
|
|
669
|
+
Gets or sets the X position of the chart.
|
|
670
|
+
|
|
671
|
+
Returns:
|
|
672
|
+
float: The X position.
|
|
673
|
+
"""
|
|
674
|
+
GetDllLibXls().XlsChart_get_XPos.argtypes=[c_void_p]
|
|
675
|
+
GetDllLibXls().XlsChart_get_XPos.restype=c_double
|
|
676
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_XPos, self.Ptr)
|
|
677
|
+
return ret
|
|
678
|
+
|
|
679
|
+
@XPos.setter
|
|
680
|
+
def XPos(self, value:float):
|
|
681
|
+
GetDllLibXls().XlsChart_set_XPos.argtypes=[c_void_p, c_double]
|
|
682
|
+
CallCFunction(GetDllLibXls().XlsChart_set_XPos, self.Ptr, value)
|
|
683
|
+
|
|
684
|
+
@property
|
|
685
|
+
def YPos(self)->float:
|
|
686
|
+
"""
|
|
687
|
+
Gets or sets the Y position of the chart.
|
|
688
|
+
|
|
689
|
+
Returns:
|
|
690
|
+
float: The Y position.
|
|
691
|
+
"""
|
|
692
|
+
GetDllLibXls().XlsChart_get_YPos.argtypes=[c_void_p]
|
|
693
|
+
GetDllLibXls().XlsChart_get_YPos.restype=c_double
|
|
694
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_YPos, self.Ptr)
|
|
695
|
+
return ret
|
|
696
|
+
|
|
697
|
+
@YPos.setter
|
|
698
|
+
def YPos(self, value:float):
|
|
699
|
+
GetDllLibXls().XlsChart_set_YPos.argtypes=[c_void_p, c_double]
|
|
700
|
+
CallCFunction(GetDllLibXls().XlsChart_set_YPos, self.Ptr, value)
|
|
701
|
+
|
|
702
|
+
@property
|
|
703
|
+
def Width(self)->float:
|
|
704
|
+
"""
|
|
705
|
+
Gets or sets the width of the chart.
|
|
706
|
+
|
|
707
|
+
Returns:
|
|
708
|
+
float: The width of the chart.
|
|
709
|
+
"""
|
|
710
|
+
GetDllLibXls().XlsChart_get_Width.argtypes=[c_void_p]
|
|
711
|
+
GetDllLibXls().XlsChart_get_Width.restype=c_double
|
|
712
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_Width, self.Ptr)
|
|
713
|
+
return ret
|
|
714
|
+
|
|
715
|
+
@Width.setter
|
|
716
|
+
def Width(self, value:float):
|
|
717
|
+
GetDllLibXls().XlsChart_set_Width.argtypes=[c_void_p, c_double]
|
|
718
|
+
CallCFunction(GetDllLibXls().XlsChart_set_Width, self.Ptr, value)
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
def Height(self)->float:
|
|
722
|
+
"""
|
|
723
|
+
Gets or sets the height of the chart.
|
|
724
|
+
|
|
725
|
+
Returns:
|
|
726
|
+
float: The height of the chart.
|
|
727
|
+
"""
|
|
728
|
+
GetDllLibXls().XlsChart_get_Height.argtypes=[c_void_p]
|
|
729
|
+
GetDllLibXls().XlsChart_get_Height.restype=c_double
|
|
730
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_Height, self.Ptr)
|
|
731
|
+
return ret
|
|
732
|
+
|
|
733
|
+
@Height.setter
|
|
734
|
+
def Height(self, value:float):
|
|
735
|
+
GetDllLibXls().XlsChart_set_Height.argtypes=[c_void_p, c_double]
|
|
736
|
+
CallCFunction(GetDllLibXls().XlsChart_set_Height, self.Ptr, value)
|
|
737
|
+
|
|
738
|
+
@property
|
|
739
|
+
def PrimaryCategoryAxis(self)->'IChartCategoryAxis':
|
|
740
|
+
"""
|
|
741
|
+
Gets the primary category axis of the chart.
|
|
742
|
+
|
|
743
|
+
Returns:
|
|
744
|
+
IChartCategoryAxis: The primary category axis object.
|
|
745
|
+
"""
|
|
746
|
+
GetDllLibXls().XlsChart_get_PrimaryCategoryAxis.argtypes=[c_void_p]
|
|
747
|
+
GetDllLibXls().XlsChart_get_PrimaryCategoryAxis.restype=c_void_p
|
|
748
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_PrimaryCategoryAxis, self.Ptr)
|
|
749
|
+
ret = None if intPtr==None else IChartCategoryAxis(intPtr)
|
|
750
|
+
return ret
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
@property
|
|
754
|
+
def PrimaryValueAxis(self)->'IChartValueAxis':
|
|
755
|
+
"""
|
|
756
|
+
Gets the primary value axis of the chart.
|
|
757
|
+
|
|
758
|
+
Returns:
|
|
759
|
+
IChartValueAxis: The primary value axis object.
|
|
760
|
+
"""
|
|
761
|
+
GetDllLibXls().XlsChart_get_PrimaryValueAxis.argtypes=[c_void_p]
|
|
762
|
+
GetDllLibXls().XlsChart_get_PrimaryValueAxis.restype=c_void_p
|
|
763
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_PrimaryValueAxis, self.Ptr)
|
|
764
|
+
ret = None if intPtr==None else IChartValueAxis(intPtr)
|
|
765
|
+
return ret
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
@property
|
|
769
|
+
def PrimarySerieAxis(self)->'IChartSeriesAxis':
|
|
770
|
+
"""
|
|
771
|
+
Gets the primary series axis of the chart.
|
|
772
|
+
|
|
773
|
+
Returns:
|
|
774
|
+
IChartSeriesAxis: The primary series axis object.
|
|
775
|
+
"""
|
|
776
|
+
GetDllLibXls().XlsChart_get_PrimarySerieAxis.argtypes=[c_void_p]
|
|
777
|
+
GetDllLibXls().XlsChart_get_PrimarySerieAxis.restype=c_void_p
|
|
778
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_PrimarySerieAxis, self.Ptr)
|
|
779
|
+
ret = None if intPtr==None else IChartSeriesAxis(intPtr)
|
|
780
|
+
return ret
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
@property
|
|
784
|
+
def SecondaryCategoryAxis(self)->'IChartCategoryAxis':
|
|
785
|
+
"""
|
|
786
|
+
Gets the secondary category axis of the chart.
|
|
787
|
+
|
|
788
|
+
Returns:
|
|
789
|
+
IChartCategoryAxis: The secondary category axis object.
|
|
790
|
+
"""
|
|
791
|
+
GetDllLibXls().XlsChart_get_SecondaryCategoryAxis.argtypes=[c_void_p]
|
|
792
|
+
GetDllLibXls().XlsChart_get_SecondaryCategoryAxis.restype=c_void_p
|
|
793
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_SecondaryCategoryAxis, self.Ptr)
|
|
794
|
+
ret = None if intPtr==None else IChartCategoryAxis(intPtr)
|
|
795
|
+
return ret
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
@property
|
|
799
|
+
def SecondaryValueAxis(self)->'IChartValueAxis':
|
|
800
|
+
"""
|
|
801
|
+
Gets the secondary value axis of the chart.
|
|
802
|
+
|
|
803
|
+
Returns:
|
|
804
|
+
IChartValueAxis: The secondary value axis object.
|
|
805
|
+
"""
|
|
806
|
+
GetDllLibXls().XlsChart_get_SecondaryValueAxis.argtypes=[c_void_p]
|
|
807
|
+
GetDllLibXls().XlsChart_get_SecondaryValueAxis.restype=c_void_p
|
|
808
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_SecondaryValueAxis, self.Ptr)
|
|
809
|
+
ret = None if intPtr==None else IChartValueAxis(intPtr)
|
|
810
|
+
return ret
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
@property
|
|
814
|
+
def ChartArea(self)->'IChartFrameFormat':
|
|
815
|
+
"""
|
|
816
|
+
Gets the chart area formatting object.
|
|
817
|
+
|
|
818
|
+
Returns:
|
|
819
|
+
IChartFrameFormat: The chart area formatting object.
|
|
820
|
+
"""
|
|
821
|
+
GetDllLibXls().XlsChart_get_ChartArea.argtypes=[c_void_p]
|
|
822
|
+
GetDllLibXls().XlsChart_get_ChartArea.restype=c_void_p
|
|
823
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_ChartArea, self.Ptr)
|
|
824
|
+
ret = None if intPtr==None else XlsChartFrameFormat(intPtr)
|
|
825
|
+
return ret
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
@property
|
|
829
|
+
def PlotArea(self)->'IChartFrameFormat':
|
|
830
|
+
"""
|
|
831
|
+
Gets the plot area formatting object.
|
|
832
|
+
|
|
833
|
+
Returns:
|
|
834
|
+
IChartFrameFormat: The plot area formatting object.
|
|
835
|
+
"""
|
|
836
|
+
GetDllLibXls().XlsChart_get_PlotArea.argtypes=[c_void_p]
|
|
837
|
+
GetDllLibXls().XlsChart_get_PlotArea.restype=c_void_p
|
|
838
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_PlotArea, self.Ptr)
|
|
839
|
+
ret = None if intPtr==None else XlsChartFrameFormat(intPtr)
|
|
840
|
+
return ret
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
@property
|
|
844
|
+
def Walls(self)->'IChartWallOrFloor':
|
|
845
|
+
"""
|
|
846
|
+
Gets the walls formatting object of the chart.
|
|
847
|
+
|
|
848
|
+
Returns:
|
|
849
|
+
IChartWallOrFloor: The walls formatting object.
|
|
850
|
+
"""
|
|
851
|
+
GetDllLibXls().XlsChart_get_Walls.argtypes=[c_void_p]
|
|
852
|
+
GetDllLibXls().XlsChart_get_Walls.restype=c_void_p
|
|
853
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_Walls, self.Ptr)
|
|
854
|
+
ret = None if intPtr==None else IChartWallOrFloor(intPtr)
|
|
855
|
+
return ret
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
@property
|
|
859
|
+
def Floor(self)->'IChartWallOrFloor':
|
|
860
|
+
"""
|
|
861
|
+
Gets the floor formatting object of the chart.
|
|
862
|
+
|
|
863
|
+
Returns:
|
|
864
|
+
IChartWallOrFloor: The floor formatting object.
|
|
865
|
+
"""
|
|
866
|
+
GetDllLibXls().XlsChart_get_Floor.argtypes=[c_void_p]
|
|
867
|
+
GetDllLibXls().XlsChart_get_Floor.restype=c_void_p
|
|
868
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_Floor, self.Ptr)
|
|
869
|
+
ret = None if intPtr==None else IChartWallOrFloor(intPtr)
|
|
870
|
+
return ret
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
@property
|
|
874
|
+
def DataTable(self)->'IChartDataTable':
|
|
875
|
+
"""
|
|
876
|
+
Gets the data table object of the chart.
|
|
877
|
+
|
|
878
|
+
Returns:
|
|
879
|
+
IChartDataTable: The data table object.
|
|
880
|
+
"""
|
|
881
|
+
GetDllLibXls().XlsChart_get_DataTable.argtypes=[c_void_p]
|
|
882
|
+
GetDllLibXls().XlsChart_get_DataTable.restype=c_void_p
|
|
883
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_DataTable, self.Ptr)
|
|
884
|
+
ret = None if intPtr==None else IChartDataTable(intPtr)
|
|
885
|
+
return ret
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
@property
|
|
889
|
+
def HasDataTable(self)->bool:
|
|
890
|
+
"""
|
|
891
|
+
Gets or sets a value indicating whether the chart has a data table.
|
|
892
|
+
|
|
893
|
+
Returns:
|
|
894
|
+
bool: True if the chart has a data table; otherwise, False.
|
|
895
|
+
"""
|
|
896
|
+
GetDllLibXls().XlsChart_get_HasDataTable.argtypes=[c_void_p]
|
|
897
|
+
GetDllLibXls().XlsChart_get_HasDataTable.restype=c_bool
|
|
898
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HasDataTable, self.Ptr)
|
|
899
|
+
return ret
|
|
900
|
+
|
|
901
|
+
@HasDataTable.setter
|
|
902
|
+
def HasDataTable(self, value:bool):
|
|
903
|
+
GetDllLibXls().XlsChart_set_HasDataTable.argtypes=[c_void_p, c_bool]
|
|
904
|
+
CallCFunction(GetDllLibXls().XlsChart_set_HasDataTable, self.Ptr, value)
|
|
905
|
+
|
|
906
|
+
@property
|
|
907
|
+
def Legend(self)->'IChartLegend':
|
|
908
|
+
"""
|
|
909
|
+
Gets the legend object of the chart.
|
|
910
|
+
|
|
911
|
+
Returns:
|
|
912
|
+
IChartLegend: The legend object.
|
|
913
|
+
"""
|
|
914
|
+
GetDllLibXls().XlsChart_get_Legend.argtypes=[c_void_p]
|
|
915
|
+
GetDllLibXls().XlsChart_get_Legend.restype=c_void_p
|
|
916
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_Legend, self.Ptr)
|
|
917
|
+
ret = None if intPtr==None else IChartLegend(intPtr)
|
|
918
|
+
return ret
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
@property
|
|
922
|
+
def HasLegend(self)->bool:
|
|
923
|
+
"""
|
|
924
|
+
Gets or sets a value indicating whether the chart has a legend.
|
|
925
|
+
|
|
926
|
+
Returns:
|
|
927
|
+
bool: True if the chart has a legend; otherwise, False.
|
|
928
|
+
"""
|
|
929
|
+
GetDllLibXls().XlsChart_get_HasLegend.argtypes=[c_void_p]
|
|
930
|
+
GetDllLibXls().XlsChart_get_HasLegend.restype=c_bool
|
|
931
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HasLegend, self.Ptr)
|
|
932
|
+
return ret
|
|
933
|
+
|
|
934
|
+
@HasLegend.setter
|
|
935
|
+
def HasLegend(self, value:bool):
|
|
936
|
+
GetDllLibXls().XlsChart_set_HasLegend.argtypes=[c_void_p, c_bool]
|
|
937
|
+
CallCFunction(GetDllLibXls().XlsChart_set_HasLegend, self.Ptr, value)
|
|
938
|
+
|
|
939
|
+
@property
|
|
940
|
+
def Rotation(self)->int:
|
|
941
|
+
"""
|
|
942
|
+
Gets or sets the rotation angle of the 3D chart.
|
|
943
|
+
|
|
944
|
+
Returns:
|
|
945
|
+
int: The rotation angle in degrees.
|
|
946
|
+
"""
|
|
947
|
+
GetDllLibXls().XlsChart_get_Rotation.argtypes=[c_void_p]
|
|
948
|
+
GetDllLibXls().XlsChart_get_Rotation.restype=c_int
|
|
949
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_Rotation, self.Ptr)
|
|
950
|
+
return ret
|
|
951
|
+
|
|
952
|
+
@Rotation.setter
|
|
953
|
+
def Rotation(self, value:int):
|
|
954
|
+
GetDllLibXls().XlsChart_set_Rotation.argtypes=[c_void_p, c_int]
|
|
955
|
+
CallCFunction(GetDllLibXls().XlsChart_set_Rotation, self.Ptr, value)
|
|
956
|
+
|
|
957
|
+
@property
|
|
958
|
+
def Elevation(self)->int:
|
|
959
|
+
"""
|
|
960
|
+
Gets or sets the elevation of the 3D chart.
|
|
961
|
+
|
|
962
|
+
Returns:
|
|
963
|
+
int: The elevation value.
|
|
964
|
+
"""
|
|
965
|
+
GetDllLibXls().XlsChart_get_Elevation.argtypes=[c_void_p]
|
|
966
|
+
GetDllLibXls().XlsChart_get_Elevation.restype=c_int
|
|
967
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_Elevation, self.Ptr)
|
|
968
|
+
return ret
|
|
969
|
+
|
|
970
|
+
@Elevation.setter
|
|
971
|
+
def Elevation(self, value:int):
|
|
972
|
+
GetDllLibXls().XlsChart_set_Elevation.argtypes=[c_void_p, c_int]
|
|
973
|
+
CallCFunction(GetDllLibXls().XlsChart_set_Elevation, self.Ptr, value)
|
|
974
|
+
|
|
975
|
+
@property
|
|
976
|
+
def Perspective(self)->int:
|
|
977
|
+
"""
|
|
978
|
+
Gets or sets the perspective angle of the 3D chart.
|
|
979
|
+
|
|
980
|
+
Returns:
|
|
981
|
+
int: The perspective angle in degrees.
|
|
982
|
+
"""
|
|
983
|
+
GetDllLibXls().XlsChart_get_Perspective.argtypes=[c_void_p]
|
|
984
|
+
GetDllLibXls().XlsChart_get_Perspective.restype=c_int
|
|
985
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_Perspective, self.Ptr)
|
|
986
|
+
return ret
|
|
987
|
+
|
|
988
|
+
@Perspective.setter
|
|
989
|
+
def Perspective(self, value:int):
|
|
990
|
+
GetDllLibXls().XlsChart_set_Perspective.argtypes=[c_void_p, c_int]
|
|
991
|
+
CallCFunction(GetDllLibXls().XlsChart_set_Perspective, self.Ptr, value)
|
|
992
|
+
|
|
993
|
+
@property
|
|
994
|
+
def HeightPercent(self)->int:
|
|
995
|
+
"""
|
|
996
|
+
Gets or sets the height percentage of the chart.
|
|
997
|
+
|
|
998
|
+
Returns:
|
|
999
|
+
int: The height percentage.
|
|
1000
|
+
"""
|
|
1001
|
+
GetDllLibXls().XlsChart_get_HeightPercent.argtypes=[c_void_p]
|
|
1002
|
+
GetDllLibXls().XlsChart_get_HeightPercent.restype=c_int
|
|
1003
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HeightPercent, self.Ptr)
|
|
1004
|
+
return ret
|
|
1005
|
+
|
|
1006
|
+
@HeightPercent.setter
|
|
1007
|
+
def HeightPercent(self, value:int):
|
|
1008
|
+
GetDllLibXls().XlsChart_set_HeightPercent.argtypes=[c_void_p, c_int]
|
|
1009
|
+
CallCFunction(GetDllLibXls().XlsChart_set_HeightPercent, self.Ptr, value)
|
|
1010
|
+
|
|
1011
|
+
@property
|
|
1012
|
+
def DepthPercent(self)->int:
|
|
1013
|
+
"""
|
|
1014
|
+
Gets or sets the depth percentage of the chart.
|
|
1015
|
+
|
|
1016
|
+
Returns:
|
|
1017
|
+
int: The depth percentage.
|
|
1018
|
+
"""
|
|
1019
|
+
GetDllLibXls().XlsChart_get_DepthPercent.argtypes=[c_void_p]
|
|
1020
|
+
GetDllLibXls().XlsChart_get_DepthPercent.restype=c_int
|
|
1021
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DepthPercent, self.Ptr)
|
|
1022
|
+
return ret
|
|
1023
|
+
|
|
1024
|
+
@DepthPercent.setter
|
|
1025
|
+
def DepthPercent(self, value:int):
|
|
1026
|
+
GetDllLibXls().XlsChart_set_DepthPercent.argtypes=[c_void_p, c_int]
|
|
1027
|
+
CallCFunction(GetDllLibXls().XlsChart_set_DepthPercent, self.Ptr, value)
|
|
1028
|
+
|
|
1029
|
+
@property
|
|
1030
|
+
def DestinationType(self)->'ExcelChartType':
|
|
1031
|
+
"""
|
|
1032
|
+
Gets chart type after type change.
|
|
1033
|
+
|
|
1034
|
+
Returns:
|
|
1035
|
+
ExcelChartType: The chart type after type change.
|
|
1036
|
+
"""
|
|
1037
|
+
GetDllLibXls().XlsChart_get_DestinationType.argtypes=[c_void_p]
|
|
1038
|
+
GetDllLibXls().XlsChart_get_DestinationType.restype=c_int
|
|
1039
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DestinationType, self.Ptr)
|
|
1040
|
+
objwraped = ExcelChartType(ret)
|
|
1041
|
+
return objwraped
|
|
1042
|
+
|
|
1043
|
+
@DestinationType.setter
|
|
1044
|
+
def DestinationType(self, value:'ExcelChartType'):
|
|
1045
|
+
GetDllLibXls().XlsChart_set_DestinationType.argtypes=[c_void_p, c_int]
|
|
1046
|
+
CallCFunction(GetDllLibXls().XlsChart_set_DestinationType, self.Ptr, value.value)
|
|
1047
|
+
|
|
1048
|
+
@property
|
|
1049
|
+
def GapDepth(self)->int:
|
|
1050
|
+
"""
|
|
1051
|
+
Gets or sets the gap depth of the chart.
|
|
1052
|
+
|
|
1053
|
+
Returns:
|
|
1054
|
+
int: The gap depth.
|
|
1055
|
+
"""
|
|
1056
|
+
GetDllLibXls().XlsChart_get_GapDepth.argtypes=[c_void_p]
|
|
1057
|
+
GetDllLibXls().XlsChart_get_GapDepth.restype=c_int
|
|
1058
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_GapDepth, self.Ptr)
|
|
1059
|
+
return ret
|
|
1060
|
+
|
|
1061
|
+
@GapDepth.setter
|
|
1062
|
+
def GapDepth(self, value:int):
|
|
1063
|
+
GetDllLibXls().XlsChart_set_GapDepth.argtypes=[c_void_p, c_int]
|
|
1064
|
+
CallCFunction(GetDllLibXls().XlsChart_set_GapDepth, self.Ptr, value)
|
|
1065
|
+
|
|
1066
|
+
@property
|
|
1067
|
+
def RightAngleAxes(self)->bool:
|
|
1068
|
+
"""
|
|
1069
|
+
Gets or sets a value indicating whether the chart uses right angle axes.
|
|
1070
|
+
|
|
1071
|
+
Returns:
|
|
1072
|
+
bool: True if the chart uses right angle axes; otherwise, False.
|
|
1073
|
+
"""
|
|
1074
|
+
GetDllLibXls().XlsChart_get_RightAngleAxes.argtypes=[c_void_p]
|
|
1075
|
+
GetDllLibXls().XlsChart_get_RightAngleAxes.restype=c_bool
|
|
1076
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_RightAngleAxes, self.Ptr)
|
|
1077
|
+
return ret
|
|
1078
|
+
|
|
1079
|
+
@RightAngleAxes.setter
|
|
1080
|
+
def RightAngleAxes(self, value:bool):
|
|
1081
|
+
GetDllLibXls().XlsChart_set_RightAngleAxes.argtypes=[c_void_p, c_bool]
|
|
1082
|
+
CallCFunction(GetDllLibXls().XlsChart_set_RightAngleAxes, self.Ptr, value)
|
|
1083
|
+
|
|
1084
|
+
@property
|
|
1085
|
+
def AutoScaling(self)->bool:
|
|
1086
|
+
"""
|
|
1087
|
+
Gets or sets a value indicating whether the chart uses auto scaling.
|
|
1088
|
+
|
|
1089
|
+
Returns:
|
|
1090
|
+
bool: True if the chart uses auto scaling; otherwise, False.
|
|
1091
|
+
"""
|
|
1092
|
+
GetDllLibXls().XlsChart_get_AutoScaling.argtypes=[c_void_p]
|
|
1093
|
+
GetDllLibXls().XlsChart_get_AutoScaling.restype=c_bool
|
|
1094
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_AutoScaling, self.Ptr)
|
|
1095
|
+
return ret
|
|
1096
|
+
|
|
1097
|
+
@AutoScaling.setter
|
|
1098
|
+
def AutoScaling(self, value:bool):
|
|
1099
|
+
GetDllLibXls().XlsChart_set_AutoScaling.argtypes=[c_void_p, c_bool]
|
|
1100
|
+
CallCFunction(GetDllLibXls().XlsChart_set_AutoScaling, self.Ptr, value)
|
|
1101
|
+
|
|
1102
|
+
@property
|
|
1103
|
+
def WallsAndGridlines2D(self)->bool:
|
|
1104
|
+
"""
|
|
1105
|
+
Gets or sets a value indicating whether the chart uses walls and gridlines in 2D mode.
|
|
1106
|
+
|
|
1107
|
+
Returns:
|
|
1108
|
+
bool: True if the chart uses walls and gridlines in 2D mode; otherwise, False.
|
|
1109
|
+
"""
|
|
1110
|
+
GetDllLibXls().XlsChart_get_WallsAndGridlines2D.argtypes=[c_void_p]
|
|
1111
|
+
GetDllLibXls().XlsChart_get_WallsAndGridlines2D.restype=c_bool
|
|
1112
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_WallsAndGridlines2D, self.Ptr)
|
|
1113
|
+
return ret
|
|
1114
|
+
|
|
1115
|
+
@WallsAndGridlines2D.setter
|
|
1116
|
+
def WallsAndGridlines2D(self, value:bool):
|
|
1117
|
+
GetDllLibXls().XlsChart_set_WallsAndGridlines2D.argtypes=[c_void_p, c_bool]
|
|
1118
|
+
CallCFunction(GetDllLibXls().XlsChart_set_WallsAndGridlines2D, self.Ptr, value)
|
|
1119
|
+
|
|
1120
|
+
@property
|
|
1121
|
+
def HasPlotArea(self)->bool:
|
|
1122
|
+
"""
|
|
1123
|
+
Gets or sets a value indicating whether the chart has a plot area.
|
|
1124
|
+
|
|
1125
|
+
Returns:
|
|
1126
|
+
bool: True if the chart has a plot area; otherwise, False.
|
|
1127
|
+
"""
|
|
1128
|
+
GetDllLibXls().XlsChart_get_HasPlotArea.argtypes=[c_void_p]
|
|
1129
|
+
GetDllLibXls().XlsChart_get_HasPlotArea.restype=c_bool
|
|
1130
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_HasPlotArea, self.Ptr)
|
|
1131
|
+
return ret
|
|
1132
|
+
|
|
1133
|
+
@HasPlotArea.setter
|
|
1134
|
+
def HasPlotArea(self, value:bool):
|
|
1135
|
+
GetDllLibXls().XlsChart_set_HasPlotArea.argtypes=[c_void_p, c_bool]
|
|
1136
|
+
CallCFunction(GetDllLibXls().XlsChart_set_HasPlotArea, self.Ptr, value)
|
|
1137
|
+
|
|
1138
|
+
@property
|
|
1139
|
+
def DisplayBlanksAs(self)->'ChartPlotEmptyType':
|
|
1140
|
+
"""
|
|
1141
|
+
Gets or sets the display blanks as type for the chart.
|
|
1142
|
+
|
|
1143
|
+
Returns:
|
|
1144
|
+
ChartPlotEmptyType: The display blanks as type.
|
|
1145
|
+
"""
|
|
1146
|
+
GetDllLibXls().XlsChart_get_DisplayBlanksAs.argtypes=[c_void_p]
|
|
1147
|
+
GetDllLibXls().XlsChart_get_DisplayBlanksAs.restype=c_int
|
|
1148
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DisplayBlanksAs, self.Ptr)
|
|
1149
|
+
objwraped = ChartPlotEmptyType(ret)
|
|
1150
|
+
return objwraped
|
|
1151
|
+
|
|
1152
|
+
@DisplayBlanksAs.setter
|
|
1153
|
+
def DisplayBlanksAs(self, value:'ChartPlotEmptyType'):
|
|
1154
|
+
GetDllLibXls().XlsChart_set_DisplayBlanksAs.argtypes=[c_void_p, c_int]
|
|
1155
|
+
CallCFunction(GetDllLibXls().XlsChart_set_DisplayBlanksAs, self.Ptr, value.value)
|
|
1156
|
+
|
|
1157
|
+
@property
|
|
1158
|
+
def PlotVisibleOnly(self)->bool:
|
|
1159
|
+
"""
|
|
1160
|
+
Gets or sets a value indicating whether the chart plots only visible cells.
|
|
1161
|
+
|
|
1162
|
+
Returns:
|
|
1163
|
+
bool: True if the chart plots only visible cells; otherwise, False.
|
|
1164
|
+
"""
|
|
1165
|
+
GetDllLibXls().XlsChart_get_PlotVisibleOnly.argtypes=[c_void_p]
|
|
1166
|
+
GetDllLibXls().XlsChart_get_PlotVisibleOnly.restype=c_bool
|
|
1167
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_PlotVisibleOnly, self.Ptr)
|
|
1168
|
+
return ret
|
|
1169
|
+
|
|
1170
|
+
@PlotVisibleOnly.setter
|
|
1171
|
+
def PlotVisibleOnly(self, value:bool):
|
|
1172
|
+
GetDllLibXls().XlsChart_set_PlotVisibleOnly.argtypes=[c_void_p, c_bool]
|
|
1173
|
+
CallCFunction(GetDllLibXls().XlsChart_set_PlotVisibleOnly, self.Ptr, value)
|
|
1174
|
+
|
|
1175
|
+
@property
|
|
1176
|
+
def SizeWithWindow(self)->bool:
|
|
1177
|
+
"""
|
|
1178
|
+
Gets or sets a value indicating whether the chart size is based on the window size.
|
|
1179
|
+
|
|
1180
|
+
Returns:
|
|
1181
|
+
bool: True if the chart size is based on the window size; otherwise, False.
|
|
1182
|
+
"""
|
|
1183
|
+
GetDllLibXls().XlsChart_get_SizeWithWindow.argtypes=[c_void_p]
|
|
1184
|
+
GetDllLibXls().XlsChart_get_SizeWithWindow.restype=c_bool
|
|
1185
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_SizeWithWindow, self.Ptr)
|
|
1186
|
+
return ret
|
|
1187
|
+
|
|
1188
|
+
@SizeWithWindow.setter
|
|
1189
|
+
def SizeWithWindow(self, value:bool):
|
|
1190
|
+
GetDllLibXls().XlsChart_set_SizeWithWindow.argtypes=[c_void_p, c_bool]
|
|
1191
|
+
CallCFunction(GetDllLibXls().XlsChart_set_SizeWithWindow, self.Ptr, value)
|
|
1192
|
+
|
|
1193
|
+
@property
|
|
1194
|
+
def PivotTable(self)->'PivotTable':
|
|
1195
|
+
"""
|
|
1196
|
+
Gets or sets the pivot table for the chart.
|
|
1197
|
+
|
|
1198
|
+
Returns:
|
|
1199
|
+
PivotTable: The pivot table object.
|
|
1200
|
+
"""
|
|
1201
|
+
GetDllLibXls().XlsChart_get_PivotTable.argtypes=[c_void_p]
|
|
1202
|
+
GetDllLibXls().XlsChart_get_PivotTable.restype=c_void_p
|
|
1203
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_PivotTable, self.Ptr)
|
|
1204
|
+
ret = None if intPtr==None else PivotTable(intPtr)
|
|
1205
|
+
return ret
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
@PivotTable.setter
|
|
1209
|
+
def PivotTable(self, value:'PivotTable'):
|
|
1210
|
+
GetDllLibXls().XlsChart_set_PivotTable.argtypes=[c_void_p, c_void_p]
|
|
1211
|
+
CallCFunction(GetDllLibXls().XlsChart_set_PivotTable, self.Ptr, value.Ptr)
|
|
1212
|
+
|
|
1213
|
+
@property
|
|
1214
|
+
def PivotChartType(self)->'ExcelChartType':
|
|
1215
|
+
"""
|
|
1216
|
+
Gets or sets the pivot chart type for the chart.
|
|
1217
|
+
|
|
1218
|
+
Returns:
|
|
1219
|
+
ExcelChartType: The pivot chart type.
|
|
1220
|
+
"""
|
|
1221
|
+
GetDllLibXls().XlsChart_get_PivotChartType.argtypes=[c_void_p]
|
|
1222
|
+
GetDllLibXls().XlsChart_get_PivotChartType.restype=c_int
|
|
1223
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_PivotChartType, self.Ptr)
|
|
1224
|
+
objwraped = ExcelChartType(ret)
|
|
1225
|
+
return objwraped
|
|
1226
|
+
|
|
1227
|
+
@PivotChartType.setter
|
|
1228
|
+
def PivotChartType(self, value:'ExcelChartType'):
|
|
1229
|
+
GetDllLibXls().XlsChart_set_PivotChartType.argtypes=[c_void_p, c_int]
|
|
1230
|
+
CallCFunction(GetDllLibXls().XlsChart_set_PivotChartType, self.Ptr, value.value)
|
|
1231
|
+
|
|
1232
|
+
@property
|
|
1233
|
+
def DisplayEntireFieldButtons(self)->bool:
|
|
1234
|
+
"""
|
|
1235
|
+
Gets or sets a value indicating whether to display entire field buttons.
|
|
1236
|
+
|
|
1237
|
+
Returns:
|
|
1238
|
+
bool: True if to display entire field buttons; otherwise, False.
|
|
1239
|
+
"""
|
|
1240
|
+
GetDllLibXls().XlsChart_get_DisplayEntireFieldButtons.argtypes=[c_void_p]
|
|
1241
|
+
GetDllLibXls().XlsChart_get_DisplayEntireFieldButtons.restype=c_bool
|
|
1242
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DisplayEntireFieldButtons, self.Ptr)
|
|
1243
|
+
return ret
|
|
1244
|
+
|
|
1245
|
+
@DisplayEntireFieldButtons.setter
|
|
1246
|
+
def DisplayEntireFieldButtons(self, value:bool):
|
|
1247
|
+
GetDllLibXls().XlsChart_set_DisplayEntireFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1248
|
+
CallCFunction(GetDllLibXls().XlsChart_set_DisplayEntireFieldButtons, self.Ptr, value)
|
|
1249
|
+
|
|
1250
|
+
@property
|
|
1251
|
+
def DisplayValueFieldButtons(self)->bool:
|
|
1252
|
+
"""
|
|
1253
|
+
Gets or sets a value indicating whether to display value field buttons.
|
|
1254
|
+
|
|
1255
|
+
Returns:
|
|
1256
|
+
bool: True if to display value field buttons; otherwise, False.
|
|
1257
|
+
"""
|
|
1258
|
+
GetDllLibXls().XlsChart_get_DisplayValueFieldButtons.argtypes=[c_void_p]
|
|
1259
|
+
GetDllLibXls().XlsChart_get_DisplayValueFieldButtons.restype=c_bool
|
|
1260
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DisplayValueFieldButtons, self.Ptr)
|
|
1261
|
+
return ret
|
|
1262
|
+
|
|
1263
|
+
@DisplayValueFieldButtons.setter
|
|
1264
|
+
def DisplayValueFieldButtons(self, value:bool):
|
|
1265
|
+
GetDllLibXls().XlsChart_set_DisplayValueFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1266
|
+
CallCFunction(GetDllLibXls().XlsChart_set_DisplayValueFieldButtons, self.Ptr, value)
|
|
1267
|
+
|
|
1268
|
+
@property
|
|
1269
|
+
def DisplayAxisFieldButtons(self)->bool:
|
|
1270
|
+
"""
|
|
1271
|
+
Gets or sets a value indicating whether to display axis field buttons.
|
|
1272
|
+
|
|
1273
|
+
Returns:
|
|
1274
|
+
bool: True if to display axis field buttons; otherwise, False.
|
|
1275
|
+
"""
|
|
1276
|
+
GetDllLibXls().XlsChart_get_DisplayAxisFieldButtons.argtypes=[c_void_p]
|
|
1277
|
+
GetDllLibXls().XlsChart_get_DisplayAxisFieldButtons.restype=c_bool
|
|
1278
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DisplayAxisFieldButtons, self.Ptr)
|
|
1279
|
+
return ret
|
|
1280
|
+
|
|
1281
|
+
@DisplayAxisFieldButtons.setter
|
|
1282
|
+
def DisplayAxisFieldButtons(self, value:bool):
|
|
1283
|
+
GetDllLibXls().XlsChart_set_DisplayAxisFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1284
|
+
CallCFunction(GetDllLibXls().XlsChart_set_DisplayAxisFieldButtons, self.Ptr, value)
|
|
1285
|
+
|
|
1286
|
+
@property
|
|
1287
|
+
def DisplayLegendFieldButtons(self)->bool:
|
|
1288
|
+
"""
|
|
1289
|
+
Gets or sets a value indicating whether to display legend field buttons.
|
|
1290
|
+
|
|
1291
|
+
Returns:
|
|
1292
|
+
bool: True if to display legend field buttons; otherwise, False.
|
|
1293
|
+
"""
|
|
1294
|
+
GetDllLibXls().XlsChart_get_DisplayLegendFieldButtons.argtypes=[c_void_p]
|
|
1295
|
+
GetDllLibXls().XlsChart_get_DisplayLegendFieldButtons.restype=c_bool
|
|
1296
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DisplayLegendFieldButtons, self.Ptr)
|
|
1297
|
+
return ret
|
|
1298
|
+
|
|
1299
|
+
@DisplayLegendFieldButtons.setter
|
|
1300
|
+
def DisplayLegendFieldButtons(self, value:bool):
|
|
1301
|
+
GetDllLibXls().XlsChart_set_DisplayLegendFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1302
|
+
CallCFunction(GetDllLibXls().XlsChart_set_DisplayLegendFieldButtons, self.Ptr, value)
|
|
1303
|
+
|
|
1304
|
+
@property
|
|
1305
|
+
def ShowReportFilterFieldButtons(self)->bool:
|
|
1306
|
+
"""
|
|
1307
|
+
Gets or sets a value indicating whether to show report filter field buttons.
|
|
1308
|
+
|
|
1309
|
+
Returns:
|
|
1310
|
+
bool: True if to show report filter field buttons; otherwise, False.
|
|
1311
|
+
"""
|
|
1312
|
+
GetDllLibXls().XlsChart_get_ShowReportFilterFieldButtons.argtypes=[c_void_p]
|
|
1313
|
+
GetDllLibXls().XlsChart_get_ShowReportFilterFieldButtons.restype=c_bool
|
|
1314
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_ShowReportFilterFieldButtons, self.Ptr)
|
|
1315
|
+
return ret
|
|
1316
|
+
|
|
1317
|
+
@ShowReportFilterFieldButtons.setter
|
|
1318
|
+
def ShowReportFilterFieldButtons(self, value:bool):
|
|
1319
|
+
GetDllLibXls().XlsChart_set_ShowReportFilterFieldButtons.argtypes=[c_void_p, c_bool]
|
|
1320
|
+
CallCFunction(GetDllLibXls().XlsChart_set_ShowReportFilterFieldButtons, self.Ptr, value)
|
|
1321
|
+
|
|
1322
|
+
@property
|
|
1323
|
+
def CanChartBubbleLabel(self)->bool:
|
|
1324
|
+
"""
|
|
1325
|
+
Gets a value indicating whether the chart can have bubble data labels.
|
|
1326
|
+
|
|
1327
|
+
Returns:
|
|
1328
|
+
bool: True if the chart can have bubble data labels; otherwise, False.
|
|
1329
|
+
"""
|
|
1330
|
+
GetDllLibXls().XlsChart_get_CanChartBubbleLabel.argtypes=[c_void_p]
|
|
1331
|
+
GetDllLibXls().XlsChart_get_CanChartBubbleLabel.restype=c_bool
|
|
1332
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_CanChartBubbleLabel, self.Ptr)
|
|
1333
|
+
return ret
|
|
1334
|
+
|
|
1335
|
+
@property
|
|
1336
|
+
def CanChartHaveSeriesLines(self)->bool:
|
|
1337
|
+
"""
|
|
1338
|
+
Gets a value indicating whether the chart can have series lines.
|
|
1339
|
+
|
|
1340
|
+
Returns:
|
|
1341
|
+
bool: True if the chart can have series lines; otherwise, False.
|
|
1342
|
+
"""
|
|
1343
|
+
GetDllLibXls().XlsChart_get_CanChartHaveSeriesLines.argtypes=[c_void_p]
|
|
1344
|
+
GetDllLibXls().XlsChart_get_CanChartHaveSeriesLines.restype=c_bool
|
|
1345
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_CanChartHaveSeriesLines, self.Ptr)
|
|
1346
|
+
return ret
|
|
1347
|
+
|
|
1348
|
+
@property
|
|
1349
|
+
def CanChartPercentageLabel(self)->bool:
|
|
1350
|
+
"""
|
|
1351
|
+
Gets a value indicating whether the chart can have percentage data labels.
|
|
1352
|
+
|
|
1353
|
+
Returns:
|
|
1354
|
+
bool: True if the chart can have percentage data labels; otherwise, False.
|
|
1355
|
+
"""
|
|
1356
|
+
GetDllLibXls().XlsChart_get_CanChartPercentageLabel.argtypes=[c_void_p]
|
|
1357
|
+
GetDllLibXls().XlsChart_get_CanChartPercentageLabel.restype=c_bool
|
|
1358
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_CanChartPercentageLabel, self.Ptr)
|
|
1359
|
+
return ret
|
|
1360
|
+
|
|
1361
|
+
@property
|
|
1362
|
+
def CategoryAxisTitle(self)->str:
|
|
1363
|
+
"""
|
|
1364
|
+
Gets or sets the title of the category axis.
|
|
1365
|
+
|
|
1366
|
+
Returns:
|
|
1367
|
+
str: The title of the category axis.
|
|
1368
|
+
"""
|
|
1369
|
+
GetDllLibXls().XlsChart_get_CategoryAxisTitle.argtypes=[c_void_p]
|
|
1370
|
+
GetDllLibXls().XlsChart_get_CategoryAxisTitle.restype=c_void_p
|
|
1371
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChart_get_CategoryAxisTitle, self.Ptr))
|
|
1372
|
+
return ret
|
|
1373
|
+
|
|
1374
|
+
|
|
1375
|
+
@CategoryAxisTitle.setter
|
|
1376
|
+
def CategoryAxisTitle(self, value:str):
|
|
1377
|
+
GetDllLibXls().XlsChart_set_CategoryAxisTitle.argtypes=[c_void_p, c_wchar_p]
|
|
1378
|
+
CallCFunction(GetDllLibXls().XlsChart_set_CategoryAxisTitle, self.Ptr, value)
|
|
1379
|
+
|
|
1380
|
+
@property
|
|
1381
|
+
def ChartStartType(self)->str:
|
|
1382
|
+
"""
|
|
1383
|
+
Gets the start type of the chart.
|
|
1384
|
+
|
|
1385
|
+
Returns:
|
|
1386
|
+
str: The start type of the chart.
|
|
1387
|
+
"""
|
|
1388
|
+
GetDllLibXls().XlsChart_get_ChartStartType.argtypes=[c_void_p]
|
|
1389
|
+
GetDllLibXls().XlsChart_get_ChartStartType.restype=c_void_p
|
|
1390
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChart_get_ChartStartType, self.Ptr))
|
|
1391
|
+
return ret
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
@property
|
|
1395
|
+
def ChartTitle(self)->str:
|
|
1396
|
+
"""
|
|
1397
|
+
Gets or sets the title of the chart.
|
|
1398
|
+
|
|
1399
|
+
Returns:
|
|
1400
|
+
str: The title of the chart.
|
|
1401
|
+
"""
|
|
1402
|
+
GetDllLibXls().XlsChart_get_ChartTitle.argtypes=[c_void_p]
|
|
1403
|
+
GetDllLibXls().XlsChart_get_ChartTitle.restype=c_void_p
|
|
1404
|
+
ret = PtrToStr(CallCFunction(GetDllLibXls().XlsChart_get_ChartTitle, self.Ptr))
|
|
1405
|
+
return ret
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
@ChartTitle.setter
|
|
1409
|
+
def ChartTitle(self, value:str):
|
|
1410
|
+
GetDllLibXls().XlsChart_set_ChartTitle.argtypes=[c_void_p, c_wchar_p]
|
|
1411
|
+
CallCFunction(GetDllLibXls().XlsChart_set_ChartTitle, self.Ptr, value)
|
|
1412
|
+
|
|
1413
|
+
@property
|
|
1414
|
+
def ChartTitleFont(self)->'IFont':
|
|
1415
|
+
"""
|
|
1416
|
+
Gets the font for the chart title.
|
|
1417
|
+
|
|
1418
|
+
Returns:
|
|
1419
|
+
IFont: The font for the chart title.
|
|
1420
|
+
"""
|
|
1421
|
+
GetDllLibXls().XlsChart_get_ChartTitleFont.argtypes=[c_void_p]
|
|
1422
|
+
GetDllLibXls().XlsChart_get_ChartTitleFont.restype=c_void_p
|
|
1423
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_ChartTitleFont, self.Ptr)
|
|
1424
|
+
ret = None if intPtr==None else XlsFont(intPtr)
|
|
1425
|
+
return ret
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
@property
|
|
1429
|
+
def DefaultLinePattern(self)->'ChartLinePatternType':
|
|
1430
|
+
"""
|
|
1431
|
+
Gets the default line pattern for the chart.
|
|
1432
|
+
|
|
1433
|
+
Returns:
|
|
1434
|
+
ChartLinePatternType: The default line pattern for the chart.
|
|
1435
|
+
"""
|
|
1436
|
+
GetDllLibXls().XlsChart_get_DefaultLinePattern.argtypes=[c_void_p]
|
|
1437
|
+
GetDllLibXls().XlsChart_get_DefaultLinePattern.restype=c_int
|
|
1438
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DefaultLinePattern, self.Ptr)
|
|
1439
|
+
objwraped = ChartLinePatternType(ret)
|
|
1440
|
+
return objwraped
|
|
1441
|
+
|
|
1442
|
+
@property
|
|
1443
|
+
def DefaultTextIndex(self)->int:
|
|
1444
|
+
"""
|
|
1445
|
+
Gets the default text index for the chart.
|
|
1446
|
+
|
|
1447
|
+
Returns:
|
|
1448
|
+
int: The default text index for the chart.
|
|
1449
|
+
"""
|
|
1450
|
+
GetDllLibXls().XlsChart_get_DefaultTextIndex.argtypes=[c_void_p]
|
|
1451
|
+
GetDllLibXls().XlsChart_get_DefaultTextIndex.restype=c_int
|
|
1452
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_DefaultTextIndex, self.Ptr)
|
|
1453
|
+
return ret
|
|
1454
|
+
|
|
1455
|
+
@property
|
|
1456
|
+
def Font(self)->'FontWrapper':
|
|
1457
|
+
"""
|
|
1458
|
+
Gets the font for the chart.
|
|
1459
|
+
|
|
1460
|
+
Returns:
|
|
1461
|
+
FontWrapper: The font for the chart.
|
|
1462
|
+
"""
|
|
1463
|
+
GetDllLibXls().XlsChart_get_Font.argtypes=[c_void_p]
|
|
1464
|
+
GetDllLibXls().XlsChart_get_Font.restype=c_void_p
|
|
1465
|
+
intPtr = CallCFunction(GetDllLibXls().XlsChart_get_Font, self.Ptr)
|
|
1466
|
+
ret = None if intPtr==None else FontWrapper(intPtr)
|
|
1467
|
+
return ret
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
@property
|
|
1471
|
+
def IsCategoryAxisAvail(self)->bool:
|
|
1472
|
+
"""
|
|
1473
|
+
Gets a value indicating whether the chart has a category axis.
|
|
1474
|
+
|
|
1475
|
+
Returns:
|
|
1476
|
+
bool: True if the chart has a category axis; otherwise, False.
|
|
1477
|
+
"""
|
|
1478
|
+
GetDllLibXls().XlsChart_get_IsCategoryAxisAvail.argtypes=[c_void_p]
|
|
1479
|
+
GetDllLibXls().XlsChart_get_IsCategoryAxisAvail.restype=c_bool
|
|
1480
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsCategoryAxisAvail, self.Ptr)
|
|
1481
|
+
return ret
|
|
1482
|
+
|
|
1483
|
+
@property
|
|
1484
|
+
def IsChart_100(self)->bool:
|
|
1485
|
+
"""
|
|
1486
|
+
Gets a value indicating whether the chart is 100%.
|
|
1487
|
+
|
|
1488
|
+
Returns:
|
|
1489
|
+
bool: True if the chart is 100%; otherwise, False.
|
|
1490
|
+
"""
|
|
1491
|
+
GetDllLibXls().XlsChart_get_IsChart_100.argtypes=[c_void_p]
|
|
1492
|
+
GetDllLibXls().XlsChart_get_IsChart_100.restype=c_bool
|
|
1493
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChart_100, self.Ptr)
|
|
1494
|
+
return ret
|
|
1495
|
+
|
|
1496
|
+
@property
|
|
1497
|
+
def IsChart3D(self)->bool:
|
|
1498
|
+
"""
|
|
1499
|
+
Gets a value indicating whether the chart is 3D.
|
|
1500
|
+
|
|
1501
|
+
Returns:
|
|
1502
|
+
bool: True if the chart is 3D; otherwise, False.
|
|
1503
|
+
"""
|
|
1504
|
+
GetDllLibXls().XlsChart_get_IsChart3D.argtypes=[c_void_p]
|
|
1505
|
+
GetDllLibXls().XlsChart_get_IsChart3D.restype=c_bool
|
|
1506
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChart3D, self.Ptr)
|
|
1507
|
+
return ret
|
|
1508
|
+
|
|
1509
|
+
@property
|
|
1510
|
+
def IsChartBar(self)->bool:
|
|
1511
|
+
"""
|
|
1512
|
+
Gets a value indicating whether the chart is a bar chart.
|
|
1513
|
+
|
|
1514
|
+
Returns:
|
|
1515
|
+
bool: True if the chart is a bar chart; otherwise, False.
|
|
1516
|
+
"""
|
|
1517
|
+
GetDllLibXls().XlsChart_get_IsChartBar.argtypes=[c_void_p]
|
|
1518
|
+
GetDllLibXls().XlsChart_get_IsChartBar.restype=c_bool
|
|
1519
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartBar, self.Ptr)
|
|
1520
|
+
return ret
|
|
1521
|
+
|
|
1522
|
+
@property
|
|
1523
|
+
def IsChartBubble(self)->bool:
|
|
1524
|
+
"""
|
|
1525
|
+
Gets a value indicating whether the chart is a bubble chart.
|
|
1526
|
+
|
|
1527
|
+
Returns:
|
|
1528
|
+
bool: True if the chart is a bubble chart; otherwise, False.
|
|
1529
|
+
"""
|
|
1530
|
+
GetDllLibXls().XlsChart_get_IsChartBubble.argtypes=[c_void_p]
|
|
1531
|
+
GetDllLibXls().XlsChart_get_IsChartBubble.restype=c_bool
|
|
1532
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartBubble, self.Ptr)
|
|
1533
|
+
return ret
|
|
1534
|
+
|
|
1535
|
+
@property
|
|
1536
|
+
def IsChartCone(self)->bool:
|
|
1537
|
+
"""
|
|
1538
|
+
Gets a value indicating whether the chart is a conical shape.
|
|
1539
|
+
|
|
1540
|
+
Returns:
|
|
1541
|
+
bool: True if the chart is a conical shape; otherwise, False.
|
|
1542
|
+
"""
|
|
1543
|
+
GetDllLibXls().XlsChart_get_IsChartCone.argtypes=[c_void_p]
|
|
1544
|
+
GetDllLibXls().XlsChart_get_IsChartCone.restype=c_bool
|
|
1545
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartCone, self.Ptr)
|
|
1546
|
+
return ret
|
|
1547
|
+
|
|
1548
|
+
@property
|
|
1549
|
+
def IsChartCylinder(self)->bool:
|
|
1550
|
+
"""
|
|
1551
|
+
Gets a value indicating whether the chart is a cylinder shape.
|
|
1552
|
+
|
|
1553
|
+
Returns:
|
|
1554
|
+
bool: True if the chart is a cylinder shape; otherwise, False.
|
|
1555
|
+
"""
|
|
1556
|
+
GetDllLibXls().XlsChart_get_IsChartCylinder.argtypes=[c_void_p]
|
|
1557
|
+
GetDllLibXls().XlsChart_get_IsChartCylinder.restype=c_bool
|
|
1558
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartCylinder, self.Ptr)
|
|
1559
|
+
return ret
|
|
1560
|
+
|
|
1561
|
+
@property
|
|
1562
|
+
def IsChartDoughnut(self)->bool:
|
|
1563
|
+
"""
|
|
1564
|
+
Gets a value indicating whether the chart is a doughnut chart.
|
|
1565
|
+
|
|
1566
|
+
Returns:
|
|
1567
|
+
bool: True if the chart is a doughnut chart; otherwise, False.
|
|
1568
|
+
"""
|
|
1569
|
+
GetDllLibXls().XlsChart_get_IsChartDoughnut.argtypes=[c_void_p]
|
|
1570
|
+
GetDllLibXls().XlsChart_get_IsChartDoughnut.restype=c_bool
|
|
1571
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartDoughnut, self.Ptr)
|
|
1572
|
+
return ret
|
|
1573
|
+
|
|
1574
|
+
@property
|
|
1575
|
+
def IsChartExploded(self)->bool:
|
|
1576
|
+
"""
|
|
1577
|
+
Gets a value indicating whether the chart is exploded.
|
|
1578
|
+
|
|
1579
|
+
Returns:
|
|
1580
|
+
bool: True if the chart is exploded; otherwise, False.
|
|
1581
|
+
"""
|
|
1582
|
+
GetDllLibXls().XlsChart_get_IsChartExploded.argtypes=[c_void_p]
|
|
1583
|
+
GetDllLibXls().XlsChart_get_IsChartExploded.restype=c_bool
|
|
1584
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartExploded, self.Ptr)
|
|
1585
|
+
return ret
|
|
1586
|
+
|
|
1587
|
+
@property
|
|
1588
|
+
def IsChartFloor(self)->bool:
|
|
1589
|
+
"""
|
|
1590
|
+
Gets a value indicating whether the chart has a floor.
|
|
1591
|
+
|
|
1592
|
+
Returns:
|
|
1593
|
+
bool: True if the chart has a floor; otherwise, False.
|
|
1594
|
+
"""
|
|
1595
|
+
GetDllLibXls().XlsChart_get_IsChartFloor.argtypes=[c_void_p]
|
|
1596
|
+
GetDllLibXls().XlsChart_get_IsChartFloor.restype=c_bool
|
|
1597
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartFloor, self.Ptr)
|
|
1598
|
+
return ret
|
|
1599
|
+
|
|
1600
|
+
@property
|
|
1601
|
+
def IsChartLine(self)->bool:
|
|
1602
|
+
"""
|
|
1603
|
+
Gets a value indicating whether the chart is a line chart.
|
|
1604
|
+
|
|
1605
|
+
Returns:
|
|
1606
|
+
bool: True if the chart is a line chart; otherwise, False.
|
|
1607
|
+
"""
|
|
1608
|
+
GetDllLibXls().XlsChart_get_IsChartLine.argtypes=[c_void_p]
|
|
1609
|
+
GetDllLibXls().XlsChart_get_IsChartLine.restype=c_bool
|
|
1610
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartLine, self.Ptr)
|
|
1611
|
+
return ret
|
|
1612
|
+
|
|
1613
|
+
@property
|
|
1614
|
+
def IsChartPie(self)->bool:
|
|
1615
|
+
"""
|
|
1616
|
+
Gets a value indicating whether the chart is a pie chart.
|
|
1617
|
+
|
|
1618
|
+
Returns:
|
|
1619
|
+
bool: True if the chart is a pie chart; otherwise, False.
|
|
1620
|
+
"""
|
|
1621
|
+
GetDllLibXls().XlsChart_get_IsChartPie.argtypes=[c_void_p]
|
|
1622
|
+
GetDllLibXls().XlsChart_get_IsChartPie.restype=c_bool
|
|
1623
|
+
ret = CallCFunction(GetDllLibXls().XlsChart_get_IsChartPie, self.Ptr)
|
|
1624
|
+
return ret
|
|
1625
|
+
|
|
1626
|
+
@staticmethod
|
|
1627
|
+
def DEF_SUPPORT_SERIES_AXIS()->List['ExcelChartType']:
|
|
1628
|
+
"""
|
|
1629
|
+
Gets the default support series axis for the chart.
|
|
1630
|
+
|
|
1631
|
+
Returns:
|
|
1632
|
+
List[ExcelChartType]: The default support series axis for the chart.
|
|
1633
|
+
"""
|
|
1634
|
+
#GetDllLibXls().XlsChart_DEF_SUPPORT_SERIES_AXIS.argtypes=[]
|
|
1635
|
+
GetDllLibXls().XlsChart_DEF_SUPPORT_SERIES_AXIS.restype=IntPtrArray
|
|
1636
|
+
intPtrArray = CallCFunction(GetDllLibXls().XlsChart_DEF_SUPPORT_SERIES_AXIS)
|
|
1637
|
+
ret = GetVectorFromArray(intPtrArray, ExcelChartType)
|
|
1638
|
+
return ret
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
@staticmethod
|
|
1642
|
+
def DEF_SUPPORT_ERROR_BARS()->List[str]:
|
|
1643
|
+
"""
|
|
1644
|
+
Gets the default support error bars for the chart.
|
|
1645
|
+
|
|
1646
|
+
Returns:
|
|
1647
|
+
List[str]: The default support error bars for the chart.
|
|
1648
|
+
"""
|
|
1649
|
+
GetDllLibXls().XlsChart_DEF_SUPPORT_ERROR_BARS.restype=IntPtrArray
|
|
1650
|
+
intPtrArray = CallCFunction(GetDllLibXls().XlsChart_DEF_SUPPORT_ERROR_BARS)
|
|
1651
|
+
ret = GetVectorFromArray(intPtrArray, c_wchar_p)
|
|
1652
|
+
return ret
|
|
1653
|
+
|
|
1654
|
+
@staticmethod
|
|
1655
|
+
def DEF_SUPPORT_TREND_LINES()->List['ExcelChartType']:
|
|
1656
|
+
"""
|
|
1657
|
+
Gets the default support trend lines for the chart.
|
|
1658
|
+
|
|
1659
|
+
Returns:
|
|
1660
|
+
List[ExcelChartType]: The default support trend lines for the chart.
|
|
1661
|
+
"""
|
|
1662
|
+
GetDllLibXls().XlsChart_DEF_SUPPORT_TREND_LINES.restype=IntPtrArray
|
|
1663
|
+
intPtrArray = CallCFunction(GetDllLibXls().XlsChart_DEF_SUPPORT_TREND_LINES)
|
|
1664
|
+
ret = GetVectorFromArray(intPtrArray, ExcelChartType)
|
|
1665
|
+
return ret
|
|
1666
|
+
|
|
1667
|
+
|