IChartSeriePoint.Label

Fore Syntax

Label: IChartLabel;

Fore.NET Syntax

Label: Prognoz.Platform.Interop.Chart.IChartLabel;

Description

The Label property enables the user to work with a data label of a data series point.

Comments

Before using the property enable data labels displaying using IChartSerie.LabelsEnabled.

Fore and Fore.NET Examples

Examples of use are given in the IChartSerie.SeriePoint property.

See also:

IChartSeriePoint