PlotArea class

PlotArea class

Encapsulates the object that represents the plot area in a chart.

Inheritance: PlotAreaChartFrame

The PlotArea type exposes the following members:

Properties

PropertyDescription
is_inner_modeIndicates 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.
borderGets the Line.
areaGets the ChartFrame.area.
text_fontGets a ChartFrame.font object of the specified ChartFrame object.
text_optionsGets and sets the options of the text.
fontGets a ChartFrame.font object of the specified ChartFrame object.
auto_scale_fontTrue if the text in the object changes font size when the object size changes. The default value is True.
background_modeGets and sets the display mode of the background
backgroundGets and sets the display mode of the background
is_automatic_sizeIndicates whether the plot area is automatic sized.
xGets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
yGets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
heightGets or sets the height of plot-area bounding box in units of 1/4000 of the chart area.
widthGets or sets the width of plot-area bounding box in units of 1/4000 of the chart area.
shadowTrue if the frame has a shadow.
shape_propertiesGets the ChartFrame.shape_properties object.
is_default_pos_be_setIndicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.
default_xRepresents x of default position in units of 1/4000 of the chart area.
default_yRepresents y of default position in units of 1/4000 of the chart area.
default_widthRepresents width of default position in units of 1/4000 of the chart area.
default_heightRepresents height of default position in units of 1/4000 of the chart area.
default_x_ratio_to_chartRepresents x of default position in units of Fraction of the chart area.
default_y_ratio_to_chartRepresents y of default position in units of Fraction of the chart area.
default_width_ratio_to_chartRepresents width of default position in units of Fraction of the chart area.
default_height_ratio_to_chartRepresents height of default position in units of Fraction of the chart area.
x_ratio_to_chartGets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area.
y_ratio_to_chartGets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area.
width_ratio_to_chartGets or sets the width of plot-area bounding box in units of ratio of the chart area.
height_ratio_to_chartGets or sets the height of plot-area bounding box in units of ratio of the chart area.
x_pixelGets or sets the x coordinate of the upper left corner in units of Pixel.
y_pixelGets or sets the y coordinate of the upper left corner in units of Pixel.
width_pixelGets or sets the width of frame in units of Pixel.
height_pixelGets or sets the height of frame in units of Pixel.
inner_xGets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
inner_yGets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
inner_heightGets or sets the height of plot area in units of 1/4000 of the chart area.
inner_widthGets or sets the width of plot area in units of 1/4000 of the chart area.
inner_x_ratio_to_chartGets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
inner_y_ratio_to_chartGets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
inner_height_ratio_to_chartGets or sets the height of plot area in units of ratio of the chart area.
inner_width_ratio_to_chartGets or sets the width of plot area in units of ratio of the chart area.

Methods

MethodDescription
set_position_auto(self)Set position of the plot area to automatic

See Also