Class ChartTextFrame

ChartTextFrame class

Encapsulates the object that represents the frame object which contains text.

public class ChartTextFrame : ChartFrame

Properties

NameDescription
virtual Area { get; }Gets the area.(Inherited from ChartFrame.)
virtual AutoScaleFont { get; set; }True if the text in the object changes font size when the object size changes. The default value is True.(Inherited from ChartFrame.)
Background { get; set; }(Obsolete.) Gets and sets the display mode of the background(Inherited from ChartFrame.)
BackgroundMode { get; set; }Gets and sets the display mode of the background(Inherited from ChartFrame.)
virtual Border { get; }Gets the border.(Inherited from ChartFrame.)
DefaultHeight { get; }Represents height of default position(Inherited from ChartFrame.)
DefaultWidth { get; }Represents width of default position(Inherited from ChartFrame.)
DefaultX { get; }Represents x of default position(Inherited from ChartFrame.)
DefaultY { get; }Represents y of default position(Inherited from ChartFrame.)
virtual DirectionType { get; set; }Gets and sets the direction of text.
virtual Font { get; }Gets a Font object of the specified ChartFrame object.(Inherited from ChartFrame.)
virtual Height { get; set; }Gets or sets the height of frame in units of 1/4000 of the chart area.(Inherited from ChartFrame.)
IsAutomaticRotation { get; }Indicates whether the text of the chart is automatically rotated.
virtual IsAutomaticSize { get; set; }Indicates whether the chart frame is automatic sized.(Inherited from ChartFrame.)
virtual IsAutoText { get; set; }Indicates the text is auto generated.
IsDefaultPosBeSet { get; }Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from ChartFrame.)
IsDeleted { get; set; }Indicates whether this data labels is deleted.
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.(Inherited from ChartFrame.)
IsResizeShapeToFitText { get; set; }Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.
virtual IsTextWrapped { get; set; }Gets or sets a value indicating whether the text is wrapped.
virtual LinkedSource { get; set; }Gets and sets a reference to the worksheet.
ReadingOrder { get; set; }Represents text reading order.
RotationAngle { get; set; }Represents text rotation angle.
Shadow { get; set; }True if the frame has a shadow.(Inherited from ChartFrame.)
ShapeProperties { get; }Gets the ShapeProperties object.(Inherited from ChartFrame.)
virtual Text { get; set; }Gets or sets the text of a frame’s title.
TextDirection { get; set; }(Obsolete.) Represents text reading order.
virtual TextFont { get; }(Obsolete.) Gets a Font object of the specified ChartFrame object.(Inherited from ChartFrame.)
TextHorizontalAlignment { get; set; }Gets and sets the text horizontal alignment.
virtual TextOptions { get; }Gets and sets the options of the text.(Inherited from ChartFrame.)
TextVerticalAlignment { get; set; }Gets or sets the text vertical alignment of text.
virtual Width { get; set; }Gets or sets the width of frame in units of 1/4000 of the chart area.(Inherited from ChartFrame.)
virtual X { get; set; }Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.(Inherited from ChartFrame.)
virtual Y { get; set; }Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.(Inherited from ChartFrame.)

Methods

NameDescription
Characters(int, int)Returns a Characters object that represents a range of characters within the text.
virtual SetPositionAuto()Set position of the frame to automatic(Inherited from ChartFrame.)

See Also