PlotArea Class

PlotArea class

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


type PlotArea struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPlotAreaConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetXGets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
SetXGets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
GetYGets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
SetYGets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
GetHeightGets or sets the height of plot-area bounding box in units of 1/4000 of the chart area.
SetHeightGets or sets the height of plot-area bounding box in units of 1/4000 of the chart area.
GetWidthGets or sets the width of plot-area bounding box in units of 1/4000 of the chart area.
SetWidthGets or sets the width of plot-area bounding box in units of 1/4000 of the chart area.
GetInnerXGets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
SetInnerXGets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
GetInnerYGets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
SetInnerYGets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
GetInnerHeightGets or sets the height of plot area in units of 1/4000 of the chart area.
SetInnerHeightGets or sets the height of plot area in units of 1/4000 of the chart area.
GetInnerWidthGets or sets the width of plot area in units of 1/4000 of the chart area.
SetInnerWidthGets or sets the width of plot area in units of 1/4000 of the chart area.
SetPositionAutoSet position of the plot area to automatic
IsAutomaticSizeIndicates whether the plot area is automatic sized.
SetIsAutomaticSizeIndicates whether the plot area is automatic sized.
IsInnerModeIndicates 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.
SetIsInnerModeIndicates 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.
GetBackgroundModeGets and sets the display mode of the background
SetBackgroundModeGets and sets the display mode of the background
GetShadowTrue if the frame has a shadow.
SetShadowTrue if the frame has a shadow.
GetShapePropertiesGets the object.
IsDefaultPosBeSetIndicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.
GetDefaultXRepresents x of default position
GetDefaultYRepresents y of default position
GetDefaultWidthRepresents width of default position
GetDefaultHeightRepresents height of default position
GetBorderGets the border.
GetAreaGets the area.
GetTextOptionsGets and sets the options of the text.
GetFontGets a object of the specified ChartFrame object.
GetAutoScaleFontTrue if the text in the object changes font size when the object size changes. The default value is True.
SetAutoScaleFontTrue if the text in the object changes font size when the object size changes. The default value is True.