Chart Properties

Include Protected Members
Include Inherited Members

The Chart type exposes the following members.

Properties

  Name Description
Public property Application When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Public property Area3DGroup Returns the area chart group on a 3-D chart.
Public property AutoScaling Scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. Read/write.
Public property BackWall Returns a Walls object that allows the user to individually format the back wall of a 3-D chart. Read-only.
Public property Bar3DGroup Returns the bar chart group on a 3-D chart.
Public property BarShape Returns or sets the shape used for every series in a 3-D bar or column chart. Read/write.
Public property ChartArea Returns a ChartArea object that represents the complete chart area for the chart. Read-only.
Public property ChartData Returns information about the linked or embedded data associated with a chart. Read-only.
Public property ChartGroups Returns an object that represents either a single chart group or a collection of all the chart groups in the chart.
Public property ChartStyle Returns or sets the chart style for the chart. Read/write Object.
Public property ChartTitle Returns a ChartTitle object that represents the title of the specified chart. Read-only.
Public property ChartType Returns or sets the chart type. Read/write.
Public property Column3DGroup Returns the column chart group on a 3-D chart.
Public property Corners Returns the corners of a 3-D chart.
Public property Creator Returns a 32-bit Integer that indicates the application in which the specified object was created. Read-only.
Public property DataTable Returns a DataTable object that represents the chart data table. Read-only.
Public property DepthPercent Returns or sets the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). Read/write.
Public property DisplayBlanksAs Returns or sets the way that blank cells are plotted on a chart. Can be one of the XlDisplayBlanksAs constants. Read/write.
Public property Elevation Returns or sets the elevation of the 3-D chart view, in degrees. Read/write.
Public property Floor Returns a Floor object that represents the floor of the 3-D chart. Read-only.
Public property GapDepth Returns or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500. Read/write.
Public property HasAxis Returns or sets which axes exist on the chart. Read/write.
Public property HasDataTable Gets or sets a value that indicates whether the Chart has a data table. Read/write.
Public property HasLegend Returns True if the chart has a legend. Read/write.
Public property HasPivotFields Determines if the PivotChart controls are displayed on the specified PivotChart report
Public property HasTitle True if the axis or chart has a visible title. Read/write.
Public property HeightPercent Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). Read/write.
Public property InDraftMode Reserved for internal use.
Public property Legend Returns a Legend object that represents the legend for the chart. Read-only.
Public property Line3DGroup Returns the line chart group on a 3-D chart.
Public property Parent Returns the parent for the specified object. Read-only.
Public property Perspective Returns or sets an Integer value that represents the perspective for the 3-D chart view.
Public property Pie3DGroup Returns the pie chart group on a 3-D chart.
Public property PivotLayout Not supported for this object.
Public property PlotArea Returns a PlotArea object that represents the plot area of a chart. Read-only.
Public property PlotBy Returns or sets the way columns or rows are used as data series on the chart. Can be one of the following XlRowCol constants: xlColumns or xlRows. Read/write.
Public property PlotVisibleOnly Gets or Sets a value that indicates whether only visible cells are plotted. Read/write.
Public property RightAngleAxes True if the chart axes are at right angles, independent of chart rotation or elevation. Applies only to 3-D line, column, and bar charts. Read/write.
Public property Rotation Returns or sets the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees). The value of this property must be from 0 to 360, except for 3-D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts. Read/write.
Public property Shapes Returns a Shapes collection that represents all the shapes on the chart sheet. Read-only.
Public property ShowAllFieldButtons Gets or sets whether to display all field buttons on a Pivot Chart. This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property ShowAxisFieldButtons Gets or sets whether to display axis field buttons on a Pivot Chart. This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property ShowDataLabelsOverMaximum Returns or sets whether to show the data labels when the value is greater than the maximum value on the value axis. Read/write.
Public property ShowDraftModeButton
Public property ShowLegendFieldButtons Gets or sets whether to display legend field buttons on a PivotChart. This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property ShowReportFilterFieldButtons Gets or sets whether to display the report filter field buttons on a PivotChart. This object, member, or enumeration is deprecated and is not intended to be used in your code..
Public property ShowValueFieldButtons Gets or sets whether to display the value field buttons on a PivotChart. This object, member, or enumeration is deprecated and is not intended to be used in your code..
Public property SideWall Returns a Walls object that allows the user to individually format the side wall of a 3-D chart. Read-only.
Public property SubType This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Public property SurfaceGroup Returns the surface chart group of a 3-D chart.
Public property Type Reserved for internal use.
Public property Walls Returns a Walls object that represents the walls of the 3-D chart. Read-only.

Top

See Also

Reference

Chart Interface

Microsoft.Office.Interop.Word Namespace