Version

ChartText Property (ColumnChartAppearance)

Collection of Chart Text labels that can be rendered over the columns of this Column Chart.
Syntax
'Declaration
 
Public ReadOnly Property ChartText As ChartTextCollection
public ChartTextCollection ChartText {get;}
Remarks

The ChartText collection exposed by this property accepts ChartTextAppearance objects that each represent the style and content of an individual label appearing on one of the chart columns plotted.

Column Charts normally render one row of data as a series, and each column of data as a column within the series. As an example, the Row of chart text appearing on a column in the second series would be 1. If the chart text appeared on the fourth column of that second series, its Column would be 3. Alignment of chart text is centered by default, developers may wish to set the VerticalAlign to Near or Far to place it above or below the column's outline. Developers must also set the Visible property to True to make chart text labels display.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also