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. |
GetXRatioToChart | Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area. |
SetXRatioToChart | Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area. |
GetYRatioToChart | Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area. |
SetYRatioToChart | Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area. |
GetHeightRatioToChart | Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area. |
SetHeightRatioToChart | Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area. |
GetWidthRatioToChart | Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area. |
SetWidthRatioToChart | Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area. |
GetFont | Gets a Font object of the specified chartarea object. |
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 ShapeProperties object. |
IsDefaultPosBeSet | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. |
GetDefaultXRatioToChart | Represents x of default position in units of Fraction of the chart area. |
GetDefaultYRatioToChart | Represents y of default position in units of Fraction of the chart area. |
GetDefaultWidthRatioToChart | Represents width of default position in units of Fraction of the chart area. |
GetDefaultHeightRatioToChart | Represents height of default position in units of Fraction of the chart area. |
GetBorder | Gets the Line. |
GetArea | Gets the Area. |
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. |
GetXPixel | Gets or sets the x coordinate of the upper left corner in units of Pixel. |
SetXPixel | Gets or sets the x coordinate of the upper left corner in units of Pixel. |
GetYPixel | Gets or sets the y coordinate of the upper left corner in units of Pixel. |
SetYPixel | Gets or sets the y coordinate of the upper left corner in units of Pixel. |
GetWidthPixel | Gets or sets the width of frame in units of Pixel. |
SetWidthPixel | Gets or sets the width of frame in units of Pixel. |
GetHeightPixel | Gets or sets the height of frame in units of Pixel. |
SetHeightPixel | Gets or sets the height of frame in units of Pixel. |
SetPositionAuto | Set position of the frame to automatic |