PlotArea Class
Contents
[
Hide
]PlotArea class
Encapsulates the object that represents the plot area in a chart.
type PlotArea struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewPlotArea | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetX | 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. |
SetX | 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. |
GetY | 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. |
SetY | 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. |
GetHeight | Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
SetHeight | Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area. |
GetWidth | Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
SetWidth | Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area. |
GetInnerX | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
SetInnerX | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
GetInnerY | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
SetInnerY | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. |
GetInnerHeight | Gets or sets the height of plot area in units of 1/4000 of the chart area. |
SetInnerHeight | Gets or sets the height of plot area in units of 1/4000 of the chart area. |
GetInnerWidth | Gets or sets the width of plot area in units of 1/4000 of the chart area. |
SetInnerWidth | Gets or sets the width of plot area in units of 1/4000 of the chart area. |
SetPositionAuto | Set position of the plot area to automatic |
IsAutomaticSize | Indicates whether the plot area is automatic sized. |
SetIsAutomaticSize | Indicates whether the plot area is automatic sized. |
IsInnerMode | 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. |
SetIsInnerMode | 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. |
GetBackgroundMode | Gets and sets the display mode of the background |
SetBackgroundMode | Gets and sets the display mode of the background |
GetShadow | True if the frame has a shadow. |
SetShadow | True if the frame has a shadow. |
GetShapeProperties | Gets the |
IsDefaultPosBeSet | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
GetDefaultX | Represents x of default position |
GetDefaultY | Represents y of default position |
GetDefaultWidth | Represents width of default position |
GetDefaultHeight | Represents height of default position |
GetBorder | Gets the |
GetArea | Gets the |
GetTextOptions | Gets and sets the options of the text. |
GetFont | Gets a |
GetAutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. |
SetAutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. |