Property Getters/Setters Summary | ||
---|---|---|
function | getArea() | |
Gets the |
||
function | getAutoScaleFont() | |
function | setAutoScaleFont(value) | |
True if the text in the object changes font size when the object size changes. The default value is True. | ||
function | getBackground() | |
function | setBackground(value) | |
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
function | getBackgroundMode() | |
function | setBackgroundMode(value) | |
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
function | getBorder() | |
Gets the |
||
function | getChart() | |
Gets the chart to which this object belongs.
|
||
function | getDefaultHeight() | |
Represents height of default position
|
||
function | getDefaultWidth() | |
Represents width of default position
|
||
function | getDefaultX() | |
Represents x of default position
|
||
function | getDefaultY() | |
Represents y of default position
|
||
function | getFont() | |
Gets a |
||
function | getHeight() | |
function | setHeight(value) | |
Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. | ||
function | getInnerHeight() | |
function | setInnerHeight(value) | |
Gets or sets the height of plot area in units of 1/4000 of the chart area. | ||
function | getInnerWidth() | |
function | setInnerWidth(value) | |
Gets or sets the width of plot area in units of 1/4000 of the chart area. | ||
function | getInnerX() | |
function | setInnerX(value) | |
Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | ||
function | getInnerY() | |
function | setInnerY(value) | |
Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | ||
function | isAutomaticSize() | |
function | setAutomaticSize(value) | |
Indicates whether the plot area is automatic sized. | ||
function | isDefaultPosBeSet() | |
Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.
|
||
function | isInnerMode() | |
function | setInnerMode(value) | |
Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels. | ||
function | getShadow() | |
function | setShadow(value) | |
True if the frame has a shadow. | ||
function | getShapeProperties() | |
Gets the |
||
function | getTextFont() | |
Gets a |
||
function | getWidth() | |
function | setWidth(value) | |
Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. | ||
function | getX() | |
function | setX(value) | |
Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area. | ||
function | getY() | |
function | setY(value) | |
Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area. |
Method Summary | ||
---|---|---|
function | setPositionAuto() | |
Set position of the plot area to automatic
|
function getX() / function setX(value)
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The X, Y, Width and Height of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
function getY() / function setY(value)
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The X, Y, Width and Height of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
function getHeight() / function setHeight(value)
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The X, Y, Width and Height of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
function getWidth() / function setWidth(value)
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The X, Y, Width and Height of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
function getInnerX() / function setInnerX(value)
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The X, Y, Width and Height of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
function getInnerY() / function setInnerY(value)
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The X, Y, Width and Height of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
function getInnerHeight() / function setInnerHeight(value)
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The X, Y, Width and Height of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
function getInnerWidth() / function setInnerWidth(value)
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The X, Y, Width and Height of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
function isAutomaticSize() / function setAutomaticSize(value)
function isInnerMode() / function setInnerMode(value)
function getChart()
function getTextFont()
function getAutoScaleFont() / function setAutoScaleFont(value)
function getBackgroundMode() / function setBackgroundMode(value)
function getBackground() / function setBackground(value)
function getShadow() / function setShadow(value)
function getShapeProperties()
function isDefaultPosBeSet()
function getDefaultX()
function getDefaultY()
function getDefaultWidth()
function getDefaultHeight()