Class ChartFrame

ChartFrame class

Encapsulates the object that represents the frame object in a chart.

public class ChartFrame

Properties

NameDescription
virtual Area { get; }Gets the area.
virtual AutoScaleFont { get; set; }True if the text in the object changes font size when the object size changes. The default value is True.
Background { get; set; }(Obsolete.) Gets and sets the display mode of the background
BackgroundMode { get; set; }Gets and sets the display mode of the background
virtual Border { get; }Gets the border.
DefaultHeight { get; }Represents height of default position
DefaultWidth { get; }Represents width of default position
DefaultX { get; }Represents x of default position
DefaultY { get; }Represents y of default position
virtual Font { get; }Gets a Font object of the specified ChartFrame object.
virtual Height { get; set; }Gets or sets the height of frame in units of 1/4000 of the chart area.
virtual IsAutomaticSize { get; set; }Indicates whether the chart frame is automatic sized.
IsDefaultPosBeSet { get; }Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.
IsInnerMode { get; set; }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.
Shadow { get; set; }True if the frame has a shadow.
ShapeProperties { get; }Gets the ShapeProperties object.
virtual TextFont { get; }(Obsolete.) Gets a Font object of the specified ChartFrame object.
virtual TextOptions { get; }Gets and sets the options of the text.
virtual Width { get; set; }Gets or sets the width of frame in units of 1/4000 of the chart area.
virtual X { get; set; }Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.
virtual Y { get; set; }Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.

Methods

NameDescription
virtual SetPositionAuto()Set position of the frame to automatic

See Also