ChartTitle
ChartTitle class
Represents chart title properties.
addTextFrameForOverriding
Name | Description |
---|---|
addTextFrameForOverriding (String) | Initialize TextFrameForOverriding with the text in paramener “text”. If TextFrameForOverriding is already initialized then simply changes its text. |
Parameters:
Name | Type | Description |
---|---|---|
text | String | Text for a new TextFrameForOverriding. |
Returns: TextFrame
getBottom
Name | Description |
---|---|
getBottom () | Bottom. Read-only float. |
Returns: float
getChart
Name | Description |
---|---|
getChart () | Returns the parent chart. Read-only IChart. |
Returns: Chart
getFormat
Name | Description |
---|---|
getFormat () | Returns the fill, line, effect styles of a title. Read-only IFormat. |
Returns: Format
getHeight
Name | Description |
---|---|
getHeight () | Returns or sets the height of a title as a fraction of the height of the chart. Read/write float. |
Returns: float
getOverlay
Name | Description |
---|---|
getOverlay () | Determines whether other chart elements shall be allowed to overlap title. Read/write boolean. |
Returns: boolean
getPresentation
Name | Description |
---|---|
getPresentation () | Returns the parent presentation of a FillFormat. Read-only IPresentation. |
Returns: Presentation
getRight
Name | Description |
---|---|
getRight () | Right. Read-only float. |
Returns: float
getSlide
Name | Description |
---|---|
getSlide () | Returns the parent slide of a FillFormat. Read-only BaseSlide. |
Returns: MasterHandoutSlide, BaseSlide, LayoutSlide, Slide, MasterSlide, NotesSlide, MasterNotesSlide
getTextFormat
Name | Description |
---|---|
getTextFormat () | Returns text format. Read-only IChartTextFormat. |
Returns: ChartTextFormat
getTextFrameForOverriding
Name | Description |
---|---|
getTextFrameForOverriding () | Can contain a rich formatted text. If this property is not null then this formatted text value overrides auto-generated text. Auto-generated text is an implicit property of the data label, the display unit label of the value axis, the axis title, the chart title, the label of the trendline. Auto-generated text is formatted with the IFormattedTextContainer.TextFormat property. Read-only ITextFrame. |
Returns: TextFrame
getWidth
Name | Description |
---|---|
getWidth () | Returns or sets the width of a title as a fraction of the width of the chart. Read/write float. |
Returns: float
getX
Name | Description |
---|---|
getX () | Returns or sets the x coordinate of a title as a fraction of the width of the chart. Read/write float. |
Returns: float
getY
Name | Description |
---|---|
getY () | Returns or sets the y coordinate of a title as a fraction of the height of the chart. Read/write float. |
Returns: float
setHeight
Name | Description |
---|---|
setHeight (float) | Returns or sets the height of a title as a fraction of the height of the chart. Read/write float. |
Returns: void
setOverlay
Name | Description |
---|---|
setOverlay (boolean) | Determines whether other chart elements shall be allowed to overlap title. Read/write boolean. |
Returns: void
setWidth
Name | Description |
---|---|
setWidth (float) | Returns or sets the width of a title as a fraction of the width of the chart. Read/write float. |
Returns: void
setX
Name | Description |
---|---|
setX (float) | Returns or sets the x coordinate of a title as a fraction of the width of the chart. Read/write float. |
Returns: void
setY
Name | Description |
---|---|
setY (float) | Returns or sets the y coordinate of a title as a fraction of the height of the chart. Read/write float. |
Returns: void