public class PlotArea extends ChartFrame
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Deprecated.
Use PlotArea.HeightRatioToChart property, instead.
|
double |
getHeightRatioToChart()
Gets the height of plot-area bounding box in units of ratio of the chart area.
|
int |
getInnerHeight()
Deprecated.
Use PlotArea.InnerHeightRatioToChart property, instead.
|
double |
getInnerHeightRatioToChart()
Gets the height of plot area in units of ratio of the chart area.
|
int |
getInnerWidth()
Deprecated.
Use PlotArea.InnerWidthRatioToChart property, instead.
|
double |
getInnerWidthRatioToChart()
Gets the width of plot area in units of ratio of the chart area.
|
int |
getInnerX()
Deprecated.
Use PlotArea.InnerXRatioToChart property, instead.
|
double |
getInnerXRatioToChart()
Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
|
int |
getInnerY()
Deprecated.
Use PlotArea.InnerYRatioToChart property, instead.
|
double |
getInnerYRatioToChart()
Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
|
int |
getWidth()
Deprecated.
Use PlotArea.WidthRatioToChart property, instead.
|
double |
getWidthRatioToChart()
Gets the width of plot-area bounding box in units of ratio of the chart area.
|
int |
getX()
Deprecated.
Use PlotArea.XRatioToChart property, instead.
|
double |
getXRatioToChart()
Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
|
int |
getY()
Deprecated.
Use PlotArea.YRatioToChart property, instead.
|
double |
getYRatioToChart()
Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
|
boolean |
isAutomaticSize()
Indicates whether the plot area is automatic sized.
|
void |
setAutomaticSize(boolean value)
Indicates whether the plot area is automatic sized.
|
void |
setHeight(int value)
Deprecated.
Use PlotArea.HeightRatioToChart property, instead.
|
void |
setHeightRatioToChart(double value)
Sets the height of plot-area bounding box in units of ratio of the chart area.
|
void |
setInnerHeight(int value)
Deprecated.
Use PlotArea.InnerHeightRatioToChart property, instead.
|
void |
setInnerHeightRatioToChart(double value)
Sets the height of plot area in units of ratio of the chart area.
|
void |
setInnerWidth(int value)
Deprecated.
Use PlotArea.InnerWidthRatioToChart property, instead.
|
void |
setInnerWidthRatioToChart(double value)
Sets the width of plot area in units of ratio of the chart area.
|
void |
setInnerX(int value)
Deprecated.
Use PlotArea.InnerXRatioToChart property, instead.
|
void |
setInnerXRatioToChart(double value)
Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
|
void |
setInnerY(int value)
Deprecated.
Use PlotArea.InnerYRatioToChart property, instead.
|
void |
setInnerYRatioToChart(double value)
Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
|
void |
setPositionAuto()
Set position of the plot area to automatic
|
void |
setWidth(int value)
Deprecated.
Use PlotArea.WidthRatioToChart property, instead.
|
void |
setWidthRatioToChart(double value)
Sets the width of plot-area bounding box in units of ratio of the chart area.
|
void |
setX(int value)
Deprecated.
Use PlotArea.XRatioToChart property, instead.
|
void |
setXRatioToChart(double value)
Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
|
void |
setY(int value)
Deprecated.
Use PlotArea.YRatioToChart property, instead.
|
void |
setYRatioToChart(double value)
Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
|
getArea, getAutoScaleFont, getBackground, getBackgroundMode, getBorder, getChart, getDefaultHeight, getDefaultHeightRatioToChart, getDefaultWidth, getDefaultWidthRatioToChart, getDefaultX, getDefaultXRatioToChart, getDefaultY, getDefaultYRatioToChart, getFont, getHeightPixel, getShadow, getShapeProperties, getTextFont, getTextOptions, getWidthPixel, getXPixel, getYPixel, isDefaultPosBeSet, isInnerMode, setAutoScaleFont, setBackground, setBackgroundMode, setHeightPixel, setInnerMode, setShadow, setWidthPixel, setXPixel, setYPixelpublic int getX()
Remarks
NOTE: This member is now obsolete. Please use PlotArea.XRatioToChart property, instead. X = XRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.getX in class ChartFramepublic void setX(int value)
Remarks
NOTE: This member is now obsolete. Please use PlotArea.XRatioToChart property, instead. X = XRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.setX in class ChartFramepublic int getY()
Remarks
NOTE: This member is now obsolete. Please use PlotArea.YRatioToChart property, instead. Y = YRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.getY in class ChartFramepublic void setY(int value)
Remarks
NOTE: This member is now obsolete. Please use PlotArea.YRatioToChart property, instead. Y = YRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.setY in class ChartFramepublic int getHeight()
Remarks
NOTE: This member is now obsolete. Please use PlotArea.HeightRatioToChart property, instead. Height = HeightRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.getHeight in class ChartFramepublic void setHeight(int value)
Remarks
NOTE: This member is now obsolete. Please use PlotArea.HeightRatioToChart property, instead. Height = HeightRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.setHeight in class ChartFramepublic int getWidth()
Remarks
NOTE: This member is now obsolete. Please use PlotArea.WidthRatioToChart property, instead. Width = WidthRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.getWidth in class ChartFramepublic void setWidth(int value)
Remarks
NOTE: This member is now obsolete. Please use PlotArea.WidthRatioToChart property, instead. Width = WidthRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.setWidth in class ChartFramepublic int getInnerX()
Remarks
NOTE: This member is now obsolete. Please use PlotArea.InnerXRatioToChart property, instead. InnerX = InnerXRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.public void setInnerX(int value)
Remarks
NOTE: This member is now obsolete. Please use PlotArea.InnerXRatioToChart property, instead. InnerX = InnerXRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.public int getInnerY()
Remarks
NOTE: This member is now obsolete. Please use PlotArea.InnerYRatioToChart property, instead. InnerY = InnerYRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.public void setInnerY(int value)
Remarks
NOTE: This member is now obsolete. Please use PlotArea.InnerYRatioToChart property, instead. InnerY = InnerYRatioToChart * 4000. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.public int getInnerHeight()
Remarks
NOTE: This member is now obsolete. Please use PlotArea.InnerHeightRatioToChart property, instead. InnerHeight = InnerHeightRatioToChart * 4000; This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.public void setInnerHeight(int value)
Remarks
NOTE: This member is now obsolete. Please use PlotArea.InnerHeightRatioToChart property, instead. InnerHeight = InnerHeightRatioToChart * 4000; This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.public int getInnerWidth()
Remarks
NOTE: This member is now obsolete. Please use PlotArea.InnerWidthRatioToChart property, instead. InnerWidth = InnerWidthRatioToChart * 4000; This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.public void setInnerWidth(int value)
Remarks
NOTE: This member is now obsolete. Please use PlotArea.InnerWidthRatioToChart property, instead. InnerWidth = InnerWidthRatioToChart * 4000; This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.public double getXRatioToChart()
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
XPixel = XRatioToChart * chart.ChartObject.Width.getXRatioToChart in class ChartFramepublic void setXRatioToChart(double value)
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
XPixel = XRatioToChart * chart.ChartObject.Width.setXRatioToChart in class ChartFramepublic double getYRatioToChart()
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
YPixel = YRatioToChart * chart.ChartObject.Width.getYRatioToChart in class ChartFramepublic void setYRatioToChart(double value)
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
YPixel = YRatioToChart * chart.ChartObject.Width.setYRatioToChart in class ChartFramepublic double getHeightRatioToChart()
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
HeightPixel = HeightRatioToChart * chart.ChartObject.Width.getHeightRatioToChart in class ChartFramepublic void setHeightRatioToChart(double value)
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
HeightPixel = HeightRatioToChart * chart.ChartObject.Width.setHeightRatioToChart in class ChartFramepublic double getWidthRatioToChart()
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
WidthPixel = WidthRatioToChart * chart.ChartObject.Width.getWidthRatioToChart in class ChartFramepublic void setWidthRatioToChart(double value)
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
WidthPixel = WidthRatioToChart * chart.ChartObject.Width.setWidthRatioToChart in class ChartFramepublic double getInnerXRatioToChart()
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerX in Pixel = InnerXRatioToChart * chart.ChartObject.Width.public void setInnerXRatioToChart(double value)
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerX in Pixel = InnerXRatioToChart * chart.ChartObject.Width.public double getInnerYRatioToChart()
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width.public void setInnerYRatioToChart(double value)
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width.public double getInnerHeightRatioToChart()
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerHeight in Pixel = InnerXRatioToChart * chart.ChartObject.Width.public void setInnerHeightRatioToChart(double value)
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerHeight in Pixel = InnerXRatioToChart * chart.ChartObject.Width.public double getInnerWidthRatioToChart()
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerWidth in Pixel = InnerXRatioToChart * chart.ChartObject.Width.public void setInnerWidthRatioToChart(double value)
Remarks
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 XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart 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 InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerWidth in Pixel = InnerXRatioToChart * chart.ChartObject.Width.public void setPositionAuto()
setPositionAuto in class ChartFramepublic boolean isAutomaticSize()
isAutomaticSize in class ChartFramepublic void setAutomaticSize(boolean value)
setAutomaticSize in class ChartFrameSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.