ChartTypeCharacterizer

ChartTypeCharacterizer class

Helper,用于通过其 ChartType 获取有关图表和系列的其他信息。

public static class ChartTypeCharacterizer

方法

姓名描述
static HasSeriesTrendLines(ChartType)如果有指定系列类型的系列趋势线,则返回。
static Is2DChart(ChartType)如果chartType是二维图表类型之一,则返回 true。
static Is3DChart(ChartType)如果chartType是 3D 图表类型之一,则返回 true。
static IsBar3DChart(ChartType)如果 chartType 是 bar3DChart 子类型(3D 柱或条)之一,则返回 true。
static IsChartTypeArea(ChartType)如果 chartType 是 Area 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。面积, PercentsStackedArea, PercentsStackedArea3D, StackedArea, StackedArea3D, Area3D。
static IsChartTypeBar(ChartType)如果 chartType 是 Bar 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。ClusteredBar, ClusteredBar3D, PercentsStackedBar, PercentsStackedBar3D, StackedBar, StackedBar3D, ClusteredHorizontalCone, ClusteredHorizontalCylinder, ::R5:F:Aspose.Slides.Charts.ChartType.ClusteredHorizontalPyramid:::, StackedHorizontalCone, StackedHorizontalCylinder, StackedHorizontalPyramid, PercentsStackedHorizontalCone, PercentsStackedHorizontalCylinder, PercentsStackedHorizontalPyramid。
static IsChartTypeBubble(ChartType)如果 chartType 是 Bubble 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。气泡, BubbleWith3D。
static IsChartTypeColumn(ChartType)如果 chartType 是 Column 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。ClusteredColumn, ClusteredColumn3D, ClusteredCone, ClusteredCylinder, ClusteredPyramid, PercentsStackedColumn, PercentsStackedColumn3D, PercentsStackedCone, ::R5:F:Aspose.Slides.Charts.ChartType.PercentsStackedCylinder:::, PercentsStackedPyramid, StackedColumn, StackedColumn3D, StackedCone, StackedCylinder, StackedPyramid, Column3D, ::R5:F:Aspose.Slides.Charts.ChartType.Cylinder3D:::, Cone3D, Pyramid3D。
static IsChartTypeDoughnut(ChartType)如果 chartType 是 Donut 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。Doughnut, ExplodedDoughnut。
static IsChartTypeLine(ChartType)如果 chartType 是 Line 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。Line, LineWithMarkers, PercentsStackedLine, PercentsStackedLineWithMarkers, StackedLine, StackedLineWithMarkers, Line3D。
static IsChartTypePie(ChartType)如果 chartType 是 Pie 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。BarOfPie, ExplodedPie, ExplodedPie3D, Pie, Pie3D, PieOfPie。
static IsChartTypeRadar(ChartType)如果 chartType 是 Radar 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。FilledRadar, Radar, RadarWithMarkers。
static IsChartTypeScatter(ChartType)如果 chartType 是 Scatter 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。ScatterWithMarkers, ScatterWithSmoothLines, ScatterWithSmoothLinesAndMarkers, ScatterWithStraightLines, ScatterWithStraightLinesAndMarkers。
static IsChartTypeStock(ChartType)如果 chartType 是 Stock 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。HighLowClose, OpenHighLowClose, VolumeHighLowClose, VolumeOpenHighLowClose。
static IsChartTypeSurface(ChartType)如果 chartType 是 Surface 子类型之一,则返回 true。 子类型集对应于 PowerPoint 中的相应集(参见 PowerPoint 中的“更改图表类型”对话框):: ChartType。Surface3D, WireframeSurface3D, Contour, WireframeContour。
static IsErrorBarsXAllowed(ChartType)如果指定系列类型允许错误条 X,则返回。
static IsErrorBarsYAllowed(ChartType)如果指定系列类型允许错误栏 Y,则返回。
static IsSeriesUsesBubbleSizeCoordinate(ChartType)返回气泡大小坐标是否可用于指定的系列类型。
static IsSeriesUsesValueCoordinate(ChartType)如果指定的系列类型使用值坐标,则返回。
static IsSeriesUsesXValueCoordinate(ChartType)如果指定的系列类型使用 X 值坐标,则返回。
static IsSeriesUsesYValueCoordinate(ChartType)如果指定的系列类型使用 Y 值坐标,则返回。

也可以看看