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.
Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is
when text within a shape is scaled in order to contain all the text inside.
public int getTextHorizontalAlignment() / public void setTextHorizontalAlignment(int value)
Gets and sets the text horizontal alignment.
The value of the property is TextAlignmentType integer constant.
getTextVerticalAlignment/setTextVerticalAlignment
public int getTextVerticalAlignment() / public void setTextVerticalAlignment(int value)
Gets or sets the text vertical alignment of text.
The value of the property is TextAlignmentType integer constant.
getRotationAngle/setRotationAngle
public int getRotationAngle() / public void setRotationAngle(int value)
Represents text rotation angle.
0: Not rotated. 255: Top to Bottom. -90: Downward. 90: Upward.
getText/setText
public java.lang.String getText() / public void setText(java.lang.String value)
Gets or sets the text of a frame's title.
getLinkedSource/setLinkedSource
public java.lang.String getLinkedSource() / public void setLinkedSource(java.lang.String value)
Gets and sets a reference to the worksheet.
getTextDirection/setTextDirection
public int getTextDirection() / public void setTextDirection(int value)
Represents text reading order.
The value of the property is TextDirectionType integer constant.NOTE: This member is now obsolete. Instead,
please use ChartTextFrame.ReadingOrder property.
This property will be removed 12 months later since March 2020.
Aspose apologizes for any inconvenience you may have experienced.
getReadingOrder/setReadingOrder
public int getReadingOrder() / public void setReadingOrder(int value)
Represents text reading order.
The value of the property is TextDirectionType integer constant.
getDirectionType/setDirectionType
public int getDirectionType() / public void setDirectionType(int value)
Gets and sets the direction of text.
The value of the property is ChartTextDirectionType integer constant.
isTextWrapped/setTextWrapped
public boolean isTextWrapped() / public void setTextWrapped(boolean value)
Gets or sets a value indicating whether the text is wrapped.
isResizeShapeToFitText/setResizeShapeToFitText
public boolean isResizeShapeToFitText() / public void setResizeShapeToFitText(boolean value)
Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is
when text within a shape is scaled in order to contain all the text inside.
public boolean isInnerMode() / public void setInnerMode(boolean 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.
Only for Xlsx file.
Gets a Font object of the specified ChartFrame object.
NOTE: This member is now obsolete. Instead,
please use ChartFrame.Font property.
This property will be removed 12 months later since JANUARY 2012.
Aspose apologizes for any inconvenience you may have experienced.
public int getBackground() / public void setBackground(int value)
Gets and sets the display mode of the background
The value of the property is BackgroundMode integer constant.NOTE: This member is now obsolete. Instead,
please use ChartFrame.BackgroundMode property.
This property will be removed 12 months later since JANUARY 2012.
Aspose apologizes for any inconvenience you may have experienced.
Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.
How to convert units of 1/4000 to pixels?
X In Pixels = X * Chart.ChartObject.Width / 4000;
Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.
How to convert units of 1/4000 to pixels?
Y In Pixels = Y * Chart.ChartObject.Height / 4000;
public int getHeight() / public void setHeight(int value)
Gets or sets the height of frame in units of 1/4000 of the chart area.
How to convert units of 1/4000 to pixels?
Height In Pixels = Y * Chart.ChartObject.Height / 4000;
public int getWidth() / public void setWidth(int value)
Gets or sets the width of frame in units of 1/4000 of the chart area.
How to convert units of 1/4000 to pixels?
Width In Pixels = Width * Chart.ChartObject.Height / 4000;