ChartTypeCharacterizer

ChartTypeCharacterizer class

用于通过其 ChartType 获取有关图表和系列的附加信息的助手。

public static class ChartTypeCharacterizer

方法

名称描述
static HasSeriesTrendLines(ChartType)返回指定系列类型是否存在系列趋势线。
static Is2DChart(ChartType)如果 chartType 是 2D 图表类型之一则返回 true。
static Is3DChart(ChartType)如果 chartType 是 3D 图表类型之一则返回 true。
static IsBar3DChart(ChartType)如果 chartType 是 bar3DChart 子类型之一(3D 列或条形)则返回 true。
static IsChartTypeArea(ChartType)如果 chartType 是 Area 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):Area、PercentsStackedArea、PercentsStackedArea3D、StackedArea、StackedArea3D、Area3D。
static IsChartTypeBar(ChartType)如果 chartType 是 Bar 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):ClusteredBar、ClusteredBar3D、PercentsStackedBar、PercentsStackedBar3D、StackedBar、StackedBar3D、ClusteredHorizontalCone、ClusteredHorizontalCylinder、ClusteredHorizontalPyramid、StackedHorizontalCone、StackedHorizontalCylinder、StackedHorizontalPyramid、PercentsStackedHorizontalCone、PercentsStackedHorizontalCylinder、PercentsStackedHorizontalPyramid。
static IsChartTypeBubble(ChartType)如果 chartType 是 Bubble 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):Bubble、BubbleWith3D。
static IsChartTypeColumn(ChartType)如果 chartType 是 Column 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):ClusteredColumn、ClusteredColumn3D、ClusteredCone、ClusteredCylinder、ClusteredPyramid、PercentsStackedColumn、PercentsStackedColumn3D、PercentsStackedCone、PercentsStackedCylinder、PercentsStackedPyramid、StackedColumn、StackedColumn3D、StackedCone、StackedCylinder、StackedPyramid、Column3D、Cylinder3D、Cone3D、Pyramid3D。
static IsChartTypeDoughnut(ChartType)如果 chartType 是 Doughnut 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):Doughnut、ExplodedDoughnut。
static IsChartTypeLine(ChartType)如果 chartType 是 Line 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):Line、LineWithMarkers、PercentsStackedLine、PercentsStackedLineWithMarkers、StackedLine、StackedLineWithMarkers、Line3D。
static IsChartTypePie(ChartType)如果 chartType 是 Pie 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):BarOfPie、ExplodedPie、ExplodedPie3D、Pie、Pie3D、PieOfPie。
static IsChartTypeRadar(ChartType)如果 chartType 是 Radar 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):FilledRadar、Radar、RadarWithMarkers。
static IsChartTypeScatter(ChartType)如果 chartType 是 Scatter 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):ScatterWithMarkers、ScatterWithSmoothLines、ScatterWithSmoothLinesAndMarkers、ScatterWithStraightLines、ScatterWithStraightLinesAndMarkers。
static IsChartTypeStock(ChartType)如果 chartType 是 Stock 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):HighLowClose、OpenHighLowClose、VolumeHighLowClose、VolumeOpenHighLowClose。
static IsChartTypeSurface(ChartType)如果 chartType 是 Surface 子类型之一则返回 true。子类型集对应于 PowerPoint 中的相应集(见 PowerPoint 中的“更改图表类型”对话框):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 值坐标。

另见