Click or drag to resize

IChart Properties

The IChart type exposes the following members.

Properties
Name Description
Public property AlternativeText
Gets or sets the alternative text associated with a shape. Read/write String .
Public property AlternativeTitle
Gets or sets the alternative title associated with a shape. Read/write String
(Inherited from IShape .)
Public property BackWall
Gets the back wall of a 3D chart. Read-only ChartWallsOrFloor .
Public property BorderRoundedCorners
Get or set the chart border if rounded corners.
Public property BubbleScale
Gets or sets the BubbleScale. The Range of BubbleScale is 0 to 300. Read/write Int32 .
Public property Categories
Gets chart's Categories.
Public property ChartData
data associated with a chart.
Public property ChartDataTable
Gets a data table of a chart. Read-only ChartDataTable .
Public property ChartLegend
Gets or sets a legend for a chart. Read/write ChartLegend .
Public property ChartStyle
Gets or sets the chart style. Read/write ChartStyle .
Public property ChartTitle
Gets or sets a chart title
Public property Click
Gets or sets the hyperlink defined for mouse click. Read/write ClickHyperlink .
Public property DisplayBlanksAs
Gets or sets the way to plot blank cells on a chart. Read/write [!:DisplayBlanksAsTypeEx] .
Public property Effect
Gets effects used for a chart. Read-only EffectDag .
Public property Effect3D
Gets 3D format of a chart. Read-only FormatThreeD .
Public property 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.
Public property 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.
Public property Floor
Gets the floor of a 3D chart. Read-only ChartWallsOrFloor .
Public property Frame
Gets or sets the shape frame's properties. Read/write GraphicFrame .
Public property GapDepth
Gets or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. Read/write Int32 .
Public property GapWidth
Gets or sets the space between bar or column clusters, as a percentage of the bar or column width.between 0 and 500
Public property GridLine
Gets line style properties of a chart.
Public property HasDataTable
Indicates whether a chart has a data table. Read/write Boolean .
Public property HasLegend
Indicates whether a chart has a legend. Read/write Boolean .
Public property HasTitle
Indicates whether a chart has a visible title. Read/write Boolean .
Public property Height
Gets or sets the height of the shape. Read/write Int32 .
Public property Id (Inherited from IShape .)
Public property IsDataProtect
Indicates whether data of chart is protected. Read/write Boolean .
Public property IsHidden
Indicates whether the shape is hidden. Read/write Boolean .
Public property IsPlaceholder
Indicates whether the shape is Placeholder. Read-only Boolean .
Public property IsTextBox
Indicates whether the shape is TextBox. Read-only Boolean .
(Inherited from IShape .)
Public property Left
Gets or sets the x-coordinate of the upper-left corner of the shape. Read/write Int32 .
Public property 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.
Public property MouseOver
Gets or sets the hyperlink defined for mouse over. Read/write ClickHyperlink .
Public property Name
Gets or sets the name of a shape. Read/write String .
Public property OverLap
Gets or sets how much bars and columns shall overlap on 2-D charts, between -100 and 100.
Public property Parent
Gets the parent slide of a shape. Read-only ActiveSlide .
Public property Placeholder
Gets the placeholder for a shape. Read-only Placeholder .
Public property PlotArea
Represents the plot area of a chart. Read-only ChartPlotArea .
Public property PlotAreaWidthOfCalculated
Gets the PlotAreaWidth of the chart after calculated. Read/write Int32 .
Public property PlotVisibleCellsOnly
Indicates whether the only visible cells are plotted. False to plot both visible and hidden cells. Read/write Boolean .
Public property Presentation
Public property PrimaryCategoryAxis
Gets the chart's Category axis
Public property PrimaryValueAxis
Gets the chart's Value axis.
Public property 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 .
Public property RotationThreeD
Gets a 3D rotation of a chart. Read-only [!:Rotation3DEx] .
Public property SecondaryCategoryAxis
Gets the chart's second Category axis.
Public property SecondaryValueAxis
Gets the chart's second Value axis.
Public property Series
Gets chart's Series.
Public property SeriesLine
Get the chart series line format
Public property ShapeLocking
Gets lock type of shape. Read-only GraphicalNodeLocking .
Public property SideWall
Gets the side wall of a 3D chart. Read-only ChartWallsOrFloor .
Public property Slide
Gets the parent slide of a shape. Read-only ActiveSlide .
Public property TagsList
Gets the shape's tags collection. Read-only TagCollection .
Public property 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.
Public property Top
Gets or sets the y-coordinate of the upper-left corner of the shape. Read/write Int32 .
Public property Type
Gets or sets the chart type. Read/write ChartType .
Public property Width
Gets or sets the width of the shape. Read/write Int32 .
Public property 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 .
Top
See Also