ChartFrame Class
Contents
[
Hide
]ChartFrame class
Encapsulates the object that represents the frame object in a chart.
type ChartFrame struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| 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. |
| 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) is set. |
| GetDefaultXRatioToChart | Represents x of default position in units of Fraction of the chart area. |
| GetDefaultYRatioToChart | Represents y of the default position in units of the fraction of the chart area. |
| GetDefaultWidthRatioToChart | Represents width of default position in units of Fraction of the chart area. |
| GetDefaultHeightRatioToChart | Represents height of the default position in units of the fraction of the chart area. |
| GetBorder | Gets the Line. |
| GetArea | Gets the Area. |
| GetTextOptions | Gets and sets the options of the text. |
| GetFont | Gets a Font object of the specified ChartFrame object. |
| 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. |
| GetXRatioToChart | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. |
| SetXRatioToChart | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. |
| GetYRatioToChart | Gets or sets the y coordinate of the upper left corner in units of the ratio of the chart area. |
| SetYRatioToChart | Gets or sets the y coordinate of the upper left corner in units of the ratio of the chart area. |
| GetWidthRatioToChart | Gets or sets the width of frame in units of ratio of the chart area. |
| SetWidthRatioToChart | Gets or sets the width of frame in units of ratio of the chart area. |
| GetHeightRatioToChart | Gets or sets the height of the frame in units of the ratio of the chart area. |
| SetHeightRatioToChart | Gets or sets the height of the frame in units of the ratio of the chart area. |
| 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 pixels. |
| SetYPixel | Gets or sets the y coordinate of the upper left corner in units of pixels. |
| 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 the frame in units of pixels. |
| SetHeightPixel | Gets or sets the height of the frame in units of pixels. |
| SetPositionAuto | Set position of the frame to automatic |