ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataPoint Class / DataLabel Property

In This Topic
    DataLabel Property
    In This Topic
    Gets or sets the data label with which to mark the value.
    Syntax
    'Declaration
     
    Public Property DataLabel As DataLabel
    public DataLabel DataLabel {get; set;}

    Property Value

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