ApplyCustomType Method
ApplyCustomType method as it applies to the Series object.
Applies a standard or custom chart type to a series.
expression.ApplyCustomType(ChartType)expressionRequired. An expression that returns one of the above objects.ChartType Required XlChartType. A standard chart type.
| XlChartType can be one of these XlChartType constants. |
| xl3DAreaStacked |
| xlConeCol |
| xlConeColStacked |
| xlCylinderBarClustered |
| xlCylinderBarStacked100 |
| xlCylinderColClustered |
| xlCylinderColStacked100 |
| xlDoughnutExploded |
| xlLineMarkers |
| xlLineMarkersStacked100 |
| xlLineStacked100 |
| xlPieExploded |
| xlPyramidBarClustered |
| xlPyramidBarStacked100 |
| xlPyramidColClustered |
| xlPyramidColStacked100 |
| xlRadarFilled |
| xlStockHLC |
| xlStockVHLC |
| xlSurface |
| xlSurfaceTopViewWireframe |
| xlXYScatter |
| xlXYScatterLinesNoMarkers |
| xlXYScatterSmoothNoMarkers |
| xl3DArea |
| xl3DAreaStacked100 |
| xl3DBarClustered |
| xl3DBarStacked |
| xl3DBarStacked100 |
| xl3DColumn |
| xl3DColumnClustered |
| xl3DColumnStacked |
| xl3DColumnStacked100 |
| xl3DLine |
| xl3DPie |
| xl3DPieExploded |
| xlArea |
| xlAreaStacked |
| xlAreaStacked100 |
| xlBarClustered |
| xlBarOfPie |
| xlBarStacked |
| xlBarStacked100 |
| xlBubble |
| xlBubble3DEffect |
| xlColumnClustered |
| xlColumnStacked |
| xlColumnStacked100 |
| xlConeBarClustered |
| xlConeBarStacked |
| xlConeBarStacked100 |
| xlConeColClustered |
| xlConeColStacked100 |
| xlCylinderBarStacked |
| xlCylinderCol |
| xlCylinderColStacked |
| xlDoughnut |
| xlLine |
| xlLineMarkersStacked |
| xlLineStacked |
| xlPie |
| xlPieOfPie |
| xlPyramidBarStacked |
| xlPyramidCol |
| xlPyramidColStacked |
| xlRadar |
| xlRadarMarkers |
| xlStockOHLC |
| xlStockVOHLC |
| xlSurfaceTopView |
| xlSurfaceWireframe |
| xlXYScatterLines |
| xlXYScatterSmooth |
ApplyCustomType method as it applies to the Chart object.
Applies a standard or custom chart type to a chart.
expression.ApplyCustomType(ChartType, TypeName)expressionRequired. An expression that returns one of the above objects.ChartType Required XlChartType. A standard chart type.
| XlChartType can be one of these XlChartType constants. |
| xl3DAreaStacked |
| xlConeCol |
| xlConeColStacked |
| xlCylinderBarClustered |
| xlCylinderBarStacked100 |
| xlCylinderColClustered |
| xlCylinderColStacked100 |
| xlDoughnutExploded |
| xlLineMarkers |
| xlLineMarkersStacked100 |
| xlLineStacked100 |
| xlPieExploded |
| xlPyramidBarClustered |
| xlPyramidBarStacked100 |
| xlPyramidColClustered |
| xlPyramidColStacked100 |
| xlRadarFilled |
| xlStockHLC |
| xlStockVHLC |
| xlSurface |
| xlSurfaceTopViewWireframe |
| xlXYScatter |
| xlXYScatterLinesNoMarkers |
| xlXYScatterSmoothNoMarkers |
| xl3DArea |
| xl3DAreaStacked100 |
| xl3DBarClustered |
| xl3DBarStacked |
| xl3DBarStacked100 |
| xl3DColumn |
| xl3DColumnClustered |
| xl3DColumnStacked |
| xl3DColumnStacked100 |
| xl3DLine |
| xl3DPie |
| xl3DPieExploded |
| xlArea |
| xlAreaStacked |
| xlAreaStacked100 |
| xlBarClustered |
| xlBarOfPie |
| xlBarStacked |
| xlBarStacked100 |
| xlBubble |
| xlBubble3DEffect |
| xlColumnClustered |
| xlColumnStacked |
| xlColumnStacked100 |
| xlConeBarClustered |
| xlConeBarStacked |
| xlConeBarStacked100 |
| xlConeColClustered |
| xlConeColStacked100 |
| xlCylinderBarStacked |
| xlCylinderCol |
| xlCylinderColStacked |
| xlDoughnut |
| xlLine |
| xlLineMarkersStacked |
| xlLineStacked |
| xlPie |
| xlPieOfPie |
| xlPyramidBarStacked |
| xlPyramidCol |
| xlPyramidColStacked |
| xlRadar |
| xlRadarMarkers |
| xlStockOHLC |
| xlStockVOHLC |
| xlSurfaceTopView |
| xlSurfaceWireframe |
| xlXYScatterLines |
| xlXYScatterSmooth |
Example
This example applies the line with the markers chart type.
|