IChartSeriePoint.Label

Fore Syntax

Label: IChartLabel;

Fore.NET Syntax

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

Description

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

Comments

Before using this property, the user should enable data labels displaying (IChartSerie.LabelsEnabled).

Fore and Fore.NET examples

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

See also:

IChartSeriePoint