Excel.Interfaces.ChartTitleLoadOptions interface
Represents a chart title object of a chart.
Remarks
Properties
$all | Specifying |
format | Represents the formatting of a chart title, which includes fill and font formatting. |
height | Returns the height, in points, of the chart title. Value is |
horizontal |
Specifies the horizontal alignment for chart title. |
left | Specifies the distance, in points, from the left edge of chart title to the left edge of chart area. Value is |
overlay | Specifies if the chart title will overlay the chart. |
position | Represents the position of chart title. See |
show |
Represents a boolean value that determines if the chart title has a shadow. |
text | Specifies the chart's title text. |
text |
Specifies the angle to which the text is oriented for the chart title. The value should either be an integer from -90 to 90 or the integer 180 for vertically-oriented text. |
top | Specifies the distance, in points, from the top edge of chart title to the top of chart area. Value is |
vertical |
Specifies the vertical alignment of chart title. See |
visible | Specifies if the chart title is visible. |
width | Specifies the width, in points, of the chart title. Value is |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
format
Represents the formatting of a chart title, which includes fill and font formatting.
format?: Excel.Interfaces.ChartTitleFormatLoadOptions;
Property Value
Remarks
height
Returns the height, in points, of the chart title. Value is null
if the chart title is not visible.
height?: boolean;
Property Value
boolean
Remarks
horizontalAlignment
Specifies the horizontal alignment for chart title.
horizontalAlignment?: boolean;
Property Value
boolean
Remarks
left
Specifies the distance, in points, from the left edge of chart title to the left edge of chart area. Value is null
if the chart title is not visible.
left?: boolean;
Property Value
boolean
Remarks
overlay
Specifies if the chart title will overlay the chart.
overlay?: boolean;
Property Value
boolean
Remarks
position
Represents the position of chart title. See Excel.ChartTitlePosition
for details.
position?: boolean;
Property Value
boolean
Remarks
showShadow
Represents a boolean value that determines if the chart title has a shadow.
showShadow?: boolean;
Property Value
boolean
Remarks
text
Specifies the chart's title text.
text?: boolean;
Property Value
boolean
Remarks
textOrientation
Specifies the angle to which the text is oriented for the chart title. The value should either be an integer from -90 to 90 or the integer 180 for vertically-oriented text.
textOrientation?: boolean;
Property Value
boolean
Remarks
top
Specifies the distance, in points, from the top edge of chart title to the top of chart area. Value is null
if the chart title is not visible.
top?: boolean;
Property Value
boolean
Remarks
verticalAlignment
Specifies the vertical alignment of chart title. See Excel.ChartTextVerticalAlignment
for details.
verticalAlignment?: boolean;
Property Value
boolean
Remarks
visible
Specifies if the chart title is visible.
visible?: boolean;
Property Value
boolean
Remarks
width
Specifies the width, in points, of the chart title. Value is null
if the chart title is not visible.
width?: boolean;
Property Value
boolean
Remarks
Office Add-ins