IChart Properties |
The IChart type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AlternativeText |
Gets or sets the alternative text associated with a shape.
Read/write
String
.
|
|
|
AlternativeTitle |
Gets or sets the alternative title associated with a shape.
Read/write
String
(Inherited from
IShape
.)
|
|
|
BackWall |
Gets the back wall of a 3D chart.
Read-only
ChartWallsOrFloor
.
|
|
|
BorderRoundedCorners |
Get or set the chart border if rounded corners.
|
|
|
BubbleScale |
Gets or sets the BubbleScale.
The Range of BubbleScale is 0 to 300.
Read/write
Int32
.
|
|
|
Categories |
Gets chart's Categories.
|
|
|
ChartData |
data associated with a chart.
|
|
|
ChartDataTable |
Gets a data table of a chart.
Read-only
ChartDataTable
.
|
|
|
ChartLegend |
Gets or sets a legend for a chart.
Read/write
ChartLegend
.
|
|
|
ChartStyle |
Gets or sets the chart style.
Read/write
ChartStyle
.
|
|
|
ChartTitle |
Gets or sets a chart title
|
|
|
Click |
Gets or sets the hyperlink defined for mouse click.
Read/write
ClickHyperlink
.
|
|
|
DisplayBlanksAs |
Gets or sets the way to plot blank cells on a chart.
Read/write
[!:DisplayBlanksAsTypeEx]
.
|
|
|
Effect |
Gets effects used for a chart.
Read-only
EffectDag
.
|
|
|
Effect3D |
Gets 3D format of a chart.
Read-only
FormatThreeD
.
|
|
|
EffectDag |
Gets the EffectFormat object which contains pixel effects applied to a shape.
Read-only
EffectDag
Note: can return null for certain types of shapes which don't have effect properties.
|
|
|
Fill |
Gets the FillFormat object that contains fill formatting properties for a shape.
Read-only
Fill
.
Note: can return null for certain types of shapes which don't have fill properties.
|
|
|
Floor |
Gets the floor of a 3D chart.
Read-only
ChartWallsOrFloor
.
|
|
|
Frame |
Gets or sets the shape frame's properties.
Read/write
GraphicFrame
.
|
|
|
GapDepth |
Gets or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.
Read/write
Int32
.
|
|
|
GapWidth |
Gets or sets the space between bar or column clusters, as a percentage of the bar or column width.between 0 and 500
|
|
|
GridLine |
Gets line style properties of a chart.
|
|
|
HasDataTable |
Indicates whether a chart has a data table.
Read/write
Boolean
.
|
|
|
HasLegend |
Indicates whether a chart has a legend.
Read/write
Boolean
.
|
|
|
HasTitle |
Indicates whether a chart has a visible title.
Read/write
Boolean
.
|
|
|
Height |
Gets or sets the height of the shape.
Read/write
Int32
.
|
|
|
Id | (Inherited from IShape .) |
|
|
IsDataProtect |
Indicates whether data of chart is protected.
Read/write
Boolean
.
|
|
|
IsHidden |
Indicates whether the shape is hidden.
Read/write
Boolean
.
|
|
|
IsPlaceholder |
Indicates whether the shape is Placeholder.
Read-only
Boolean
.
|
|
|
IsTextBox |
Indicates whether the shape is TextBox.
Read-only
Boolean
.
(Inherited from
IShape
.)
|
|
|
Left |
Gets or sets the x-coordinate of the upper-left corner of the shape.
Read/write
Int32
.
|
|
|
Line |
Gets the LineFormat object that contains line formatting properties for a shape.
Read-only
Line
.
Note: can return null for certain types of shapes which don't have line properties.
|
|
|
MouseOver |
Gets or sets the hyperlink defined for mouse over.
Read/write
ClickHyperlink
.
|
|
|
Name |
Gets or sets the name of a shape.
Read/write
String
.
|
|
|
OverLap |
Gets or sets how much bars and columns shall overlap on 2-D charts, between -100 and 100.
|
|
|
Parent |
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
|
|
|
Placeholder |
Gets the placeholder for a shape.
Read-only
Placeholder
.
|
|
|
PlotArea |
Represents the plot area of a chart.
Read-only
ChartPlotArea
.
|
|
|
PlotAreaWidthOfCalculated |
Gets the PlotAreaWidth of the chart after calculated.
Read/write
Int32
.
|
|
|
PlotVisibleCellsOnly |
Indicates whether the only visible cells are plotted. False to plot both visible and hidden cells.
Read/write
Boolean
.
|
|
|
Presentation | |
|
|
PrimaryCategoryAxis |
Gets the chart's Category axis
|
|
|
PrimaryValueAxis |
Gets the chart's Value axis.
|
|
|
Rotation |
Gets or sets the number of degrees the specified shape is rotated around
the z-axis. A positive value indicates clockwise rotation; a negative value
indicates counterclockwise rotation.
Read/write
Single
.
|
|
|
RotationThreeD |
Gets a 3D rotation of a chart.
Read-only
[!:Rotation3DEx]
.
|
|
|
SecondaryCategoryAxis |
Gets the chart's second Category axis.
|
|
|
SecondaryValueAxis |
Gets the chart's second Value axis.
|
|
|
Series |
Gets chart's Series.
|
|
|
SeriesLine |
Get the chart series line format
|
|
|
ShapeLocking |
Gets lock type of shape.
Read-only
GraphicalNodeLocking
.
|
|
|
SideWall |
Gets the side wall of a 3D chart.
Read-only
ChartWallsOrFloor
.
|
|
|
Slide |
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
|
|
|
TagsList |
Gets the shape's tags collection.
Read-only
TagCollection
.
|
|
|
ThreeD |
Gets the ThreeDFormat object that 3d effect properties for a shape.
Read-only
FormatThreeD
.
Note: can return null for certain types of shapes which don't have 3d properties.
|
|
|
Top |
Gets or sets the y-coordinate of the upper-left corner of the shape.
Read/write
Int32
.
|
|
|
Type |
Gets or sets the chart type.
Read/write
ChartType
.
|
|
|
Width |
Gets or sets the width of the shape.
Read/write
Int32
.
|
|
|
ZOrderPosition |
Gets or sets the position of a shape in the z-order.
Shapes[0] returns the shape at the back of the z-order,
and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order.
Read/Write
Int32
.
|