Static
$tStatic
nextDetermines the appearance of the border drawn around the text area, as well as whether a border appears.
Returns the owning chart (read-only)
[[owner]]
Defines the font properties for each formatted run in the [[text]] that has no more specific setting. Read-only.
Use this object to apply font formatting to the entire run of text which comprises the chart or axis title.
Font formatting can be applied to individual runs of text using the [[FormattedString.getFont]] method of the object returned from the [[text]] property. Any such formatting overrides that which is defined by the DefaultFont settings.
Returns or sets a [[ChartFillBase]] derived object which defines the fill properties for the text area.
This property returns null by default, indicating that no fill is applied.
To apply a solid color fill, assign an instance of the [[ChartSolidFill]] class to this property.
To apply a gradient fill, assign an instance of the [[ChartGradientFill]] class to this property.
Returns or sets a value that represents the height of the label, expressed as a ratio, relative to the size of the chart area.
Determines whether text is allowed to continue horizontally outside the bounds of the containing element.
Returns or sets a boolean value indicating whether this label has been deleted.
Returns or sets a value which determines the label's position as relative to the series bar/line.
When this property is set to Custom, the position is determined
by the values of the
When a custom label position is assigned, connecting lines appear between the label and its respective [[DataPoint]]. These lines are referred to as 'leader lines'; use the [[Series.leaderLines]] property to control their appearance.
Note that leader lines can be hidden by setting the [[SeriesDataLabels.showLeaderLines]] property to false.
The left position of the text area (ignored unless [[position]] is set to 'Custom').
The value of this property is expressed as a fractional value between 0 and 1 which represents the ratio of the offset to the width of the chart element.
For example, a value of 0 positions the text area as close as possible to the edge of the chart element; a value of 1 positions it as close as possible to the opposite edge. All values in between 0 and 1 represent a scalar which, when applied to the width of the entire chart element, yields the offset.
[[position]]
Returns or sets the format to use for numbers.
[[numberFormatLinked]]
True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).
[[numberFormat]]
returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart
[[chart]]
Determines whether the position of the text area is automatic or custom as specified by the [[left]] and [[top]] properties.
Determines the reading order
Determines the rotation of the text area, expressed in degrees.
Returns or sets the separator used between multiple values in the label.
Returns or sets if the bubble size is shown. Applies only to [[Series]] which are displayed within a bubble chart.
Returns or sets a value indicating whether the category name is shown.
The category name is not shown by default; to show the category name in the label, set this property to true.
Returns or sets if the [[Legend]] key is shown.
The legend key is not shown by default; to show the legend key in the label, set this property to true.
Returns or sets a value indicating whether the percentage of the range is shown.
The percentage is not shown by default; to show the percentage in the label, set this property to true.
Returns or sets a boolean value indicating whether the data label range is shown.
The data label range is defined by the [[SeriesDataLabels.dataLabelsRange]]
The data label range is not shown by default; to show the range in the label, set this property to true.
[[SeriesDataLabels.dataLabelsRange]]
Returns or sets a value indicating whether the series
The series name is not shown by default; to show the series name in the label, set this property to true.
Returns or sets a value indicating whether the value is shown.
The value is shown by default; to prevent the value from displaying in the label, set this property to false.
Returns or sets a [[FormattedString]] object which defines the text to be displayed by the associated chart element.
Because mixed font settings are supported for chart element text, a special object is required to customize the text.
For the simple case where all the text has the same formatting, create an instance of the [[FormattedString]] class, specifiying the text as the value of the 'unformattedString' parameter.
To apply font attributes to a given run of text, i.e., a substring within the text, use the [[FormattedString.getFont]] method, and set the applicable properties of the [[FormattedStringFont]] instance returned from the GetFont method.
Determines the orientation and direction in which text flows.
Note that the [[rotation]] property is only applicable when this property is set to Horizontal.
[[rotation]]
The top position of the text area (ignored unless [[position]] is set to 'Custom').
The value of this property is expressed as a fractional value between 0 and 1 which represents the ratio of the offset to the height of the associated chart element.
For example, a value of 0 positions the title as close as possible to the edge of the associated chart element; a value of 1 positions it as close as possible to the opposite edge. All values in between 0 and 1 represent a scalar which, when applied to the height of the entire chart element, yields the offset.
[[position]]
Determines the vertical alignment of the text area.
Determines whether text is allowed to continue vertically outside the bounds of the containing element.
Returns or sets a value that represents the width of the label, expressed as a ratio, relative to the size of the chart area.
Determines whether text is wrapped when it would exceed the bounds of the containing element.
Not supported.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
Represents the label of a specific [[DataPoint]].