Type Property

Microsoft Office Web Components Visual Basic

ShowType property as it applies to the ChChart and ChSeries objects.

ShowType property as it applies to the ChErrorBars object.

ShowType property as it applies to the ChScaling object.

ShowType property as it applies to the ChTrendline object.

ShowType property as it applies to the PageRelationship object.

ShowType property as it applies to the PivotField object.

ShowType property as it applies to the PivotFieldSet object.

ShowType property as it applies to the PivotTotal object.

ShowType property as it applies to the SchemaRowsource object.

ShowType property as it applies to the Section object.

ShowType property as it applies to the Worksheet object.

ShowType property as it applies to the Window object.

Example

This example sets the chart type for the specified chart.

Sub SetChartType()

   Dim chConstants

   Set chConstants = ChartSpace1.Constants

   ChartSpace1.Charts(0).Type = chConstants.chChartTypeLineMarkers

End Sub