Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

A SeriesDataLabel represents the appearance of series labels.

Signature
C#
C#
 public sealed class SeriesDataLabel : ChartText
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class SeriesDataLabel
		Inherits ChartText
{signature}
{remarks}
To return a {{SeriesDataLabel}} object, use [Series.DataLabels|Series.DataLabels] or [DataPoint.Label].

{note}See [ChartText] for important information on which properties and methods support series data labels.
{note}

{remarks}
{properties}
||Name||Description||
|[ContainsBubbleSize|SeriesDataLabel.ContainsBubbleSize]|{excerpt-include:SeriesDataLabel.ContainsBubbleSize|nopanel=true}|
|[ContainsCategoryName|SeriesDataLabel.ContainsCategoryName]|{excerpt-include:SeriesDataLabel.ContainsCategoryName|nopanel=true}|
|[ContainsSeriesName|SeriesDataLabel.ContainsSeriesName]|{excerpt-include:SeriesDataLabel.ContainsSeriesName|nopanel=true}|
|[ContainsValue|SeriesDataLabel.ContainsValue]|{excerpt-include:SeriesDataLabel.ContainsValue|nopanel=true}|
|[ContainsValueAsPercentage|SeriesDataLabel.ContainsValueAsPercentage]|{excerpt-include:SeriesDataLabel.ContainsValueAsPercentage|nopanel=true}|
|[DataLabelPlacement|SeriesDataLabel.DataLabelPlacement]|{excerpt-include:SeriesDataLabel.DataLabelPlacement|nopanel=true}|
|[LabelItemSeperator|SeriesDataLabel.LabelItemSeperator]|{excerpt-include:SeriesDataLabel.LabelItemSeperator|nopanel=true}|
|[ShowLegendKey|SeriesDataLabel.ShowLegendKey]|{excerpt-include:SeriesDataLabel.ShowLegendKey|nopanel=true}|
Remarks

To return a SeriesDataLabel object, use Series.DataLabels or DataPoint.Label.

Note

See ChartText for important information on which properties and methods support series data labels.

Properties

Name

Description

ContainsBubbleSize

Excerpt Include
SeriesDataLabel.ContainsBubbleSize
SeriesDataLabel.ContainsBubbleSize
nopaneltrue

ContainsCategoryName

Excerpt Include
SeriesDataLabel.ContainsCategoryName
SeriesDataLabel.ContainsCategoryName
nopaneltrue

ContainsSeriesName

Excerpt Include
SeriesDataLabel.ContainsSeriesName
SeriesDataLabel.ContainsSeriesName
nopaneltrue

ContainsValue

Excerpt Include
SeriesDataLabel.ContainsValue
SeriesDataLabel.ContainsValue
nopaneltrue

ContainsValueAsPercentage

Excerpt Include
SeriesDataLabel.ContainsValueAsPercentage
SeriesDataLabel.ContainsValueAsPercentage
nopaneltrue

DataLabelPlacement

Excerpt Include
SeriesDataLabel.DataLabelPlacement
SeriesDataLabel.DataLabelPlacement
nopaneltrue

LabelItemSeperator

Excerpt Include
SeriesDataLabel.LabelItemSeperator
SeriesDataLabel.LabelItemSeperator
nopaneltrue

ShowLegendKey

Excerpt Include
SeriesDataLabel.ShowLegendKey
SeriesDataLabel.ShowLegendKey
nopaneltrue