ChartArea Class
Contents
[
Hide
]ChartArea class
Encapsulates the object that represents the chart area in the worksheet.
type ChartArea struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewChartArea | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetX | Gets or gets the horizontal offset from its upper left corner column. |
SetX | Gets or gets the horizontal offset from its upper left corner column. |
GetY | Gets or gets the vertical offset from its upper left corner row. |
SetY | Gets or gets the vertical offset from its upper left corner row. |
GetHeight | Gets or sets the vertical offset from its lower right corner row. |
SetHeight | Gets or sets the vertical offset from its lower right corner row. |
GetWidth | Gets or sets the horizontal offset from its lower right corner column. |
SetWidth | Gets or sets the horizontal offset from its lower right corner column. |
GetFont | Gets a |
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. |
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. |
IsAutomaticSize | Indicates whether the chart frame is automatic sized. |
SetIsAutomaticSize | Indicates whether the chart frame is automatic sized. |
SetPositionAuto | Set position of the frame to automatic |