PlotArea class
PlotArea class
Encapsulates the object that represents the plot area in a chart.
Inheritance: PlotArea
→
ChartFrame
The PlotArea type exposes the following members:
Properties
Property | Description |
---|---|
is_inner_mode | 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. |
border | Gets the Line . |
area | Gets the ChartFrame.area . |
text_font | Gets a ChartFrame.font object of the specified ChartFrame object. |
text_options | Gets and sets the options of the text. |
font | Gets a ChartFrame.font object of the specified ChartFrame object. |
auto_scale_font | True if the text in the object changes font size when the object size changes. The default value is True. |
background_mode | Gets and sets the display mode of the background |
background | Gets and sets the display mode of the background |
is_automatic_size | Indicates whether the plot area is automatic sized. |
x | 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. |
y | 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. |
height | Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
width | Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
shadow | True if the frame has a shadow. |
shape_properties | Gets the ChartFrame.shape_properties object. |
is_default_pos_be_set | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
default_x | Represents x of default position |
default_y | Represents y of default position |
default_width | Represents width of default position |
default_height | Represents height of default position |
inner_x | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
inner_y | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
inner_height | Gets or sets the height of plot area in units of 1/4000 of the chart area. |
inner_width | Gets or sets the width of plot area in units of 1/4000 of the chart area. |
Methods
Method | Description |
---|---|
set_position_auto | Set position of the plot area to automatic |
See Also
- module
aspose.cells.charts
- class
ChartFrame
- class
Line
- class
PlotArea