ChartTypeCharacterizer Class |
Namespace: Aspose.Slides.Charts
The ChartTypeCharacterizer type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | HasSeriesTrendLines |
Returns if there are series trend lines for specified series type.
|
![]() ![]() | Is2DChart |
Return true if chartType is one of 2D chart types.
|
![]() ![]() | Is3DChart |
Return true if chartType is one of 3D chart types.
|
![]() ![]() | IsBar3DChart |
Return true if chartType is one of bar3DChart subtypes (3D columns or bars).
|
![]() ![]() | IsChartTypeArea |
Return true if chartType is one of Area subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
Area,
PercentsStackedArea,
PercentsStackedArea3D,
StackedArea,
StackedArea3D,
Area3D.
|
![]() ![]() | IsChartTypeBar |
Return true if chartType is one of Bar subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
ClusteredBar,
ClusteredBar3D,
PercentsStackedBar,
PercentsStackedBar3D,
StackedBar,
StackedBar3D,
ClusteredHorizontalCone,
ClusteredHorizontalCylinder,
ClusteredHorizontalPyramid,
StackedHorizontalCone,
StackedHorizontalCylinder,
StackedHorizontalPyramid,
PercentsStackedHorizontalCone,
PercentsStackedHorizontalCylinder,
PercentsStackedHorizontalPyramid.
|
![]() ![]() | IsChartTypeBubble |
Return true if chartType is one of Bubble subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
Bubble,
BubbleWith3D.
|
![]() ![]() | IsChartTypeColumn |
Return true if chartType is one of Column subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
ClusteredColumn,
ClusteredColumn3D,
ClusteredCone,
ClusteredCylinder,
ClusteredPyramid,
PercentsStackedColumn,
PercentsStackedColumn3D,
PercentsStackedCone,
PercentsStackedCylinder,
PercentsStackedPyramid,
StackedColumn,
StackedColumn3D,
StackedCone,
StackedCylinder,
StackedPyramid,
Column3D,
Cylinder3D,
Cone3D,
Pyramid3D.
|
![]() ![]() | IsChartTypeDoughnut |
Return true if chartType is one of Doughnut subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
Doughnut,
ExplodedDoughnut.
|
![]() ![]() | IsChartTypeLine |
Return true if chartType is one of Line subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
Line,
LineWithMarkers,
PercentsStackedLine,
PercentsStackedLineWithMarkers,
StackedLine,
StackedLineWithMarkers,
Line3D.
|
![]() ![]() | IsChartTypePie |
Return true if chartType is one of Pie subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
BarOfPie,
ExplodedPie,
ExplodedPie3D,
Pie,
Pie3D,
PieOfPie.
|
![]() ![]() | IsChartTypeRadar |
Return true if chartType is one of Radar subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
FilledRadar,
Radar,
RadarWithMarkers.
|
![]() ![]() | IsChartTypeScatter |
Return true if chartType is one of Scatter subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
ScatterWithMarkers,
ScatterWithSmoothLines,
ScatterWithSmoothLinesAndMarkers,
ScatterWithStraightLines,
ScatterWithStraightLinesAndMarkers.
|
![]() ![]() | IsChartTypeStock |
Return true if chartType is one of Stock subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
HighLowClose,
OpenHighLowClose,
VolumeHighLowClose,
VolumeOpenHighLowClose.
|
![]() ![]() | IsChartTypeSurface |
Return true if chartType is one of Surface subtypes.
Subtypes set corresponds to the appropriate set in PowerPoint (see "Change Chart Type" dialog in PowerPoint):
Surface3D,
WireframeSurface3D,
Contour,
WireframeContour.
|
![]() ![]() | IsErrorBarsXAllowed |
Returns if error bars X allowed for specified series type.
|
![]() ![]() | IsErrorBarsYAllowed |
Returns if error bars Y allowed for specified series type.
|
![]() ![]() | IsSeriesUsesBubbleSizeCoordinate |
Returns if bubble size coordinates can be used for specified series type.
|
![]() ![]() | IsSeriesUsesValueCoordinate |
Returns if specified series type uses value coordinates.
|
![]() ![]() | IsSeriesUsesXValueCoordinate |
Returns if specified series type uses X value coordinates.
|
![]() ![]() | IsSeriesUsesYValueCoordinate |
Returns if specified series type uses Y value coordinates.
|