ActiveReports Developer 7
DataLabel Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataPoint Class : DataLabel Property

Glossary Item Box

Gets or sets the data label with which to mark the value.

Syntax

Visual Basic (Declaration) 
Public Property DataLabel As DataLabel
C# 
public DataLabel DataLabel {get; set;}

Property Value

A DataLabel object indicating that the values are marked with data labels.

See Also