[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataLabel

DataLabel Class

The DataLabel element defines the data labels to display on the data values in the chart.

Inheritance
DataLabel
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class DataLabel : IValidateable

Constructors

Name Description
DataLabel()

Initializes a new instance of the DataLabel class.

Properties

Name Description
Position

Gets or sets the position of the label.

Rotation

Gets or sets the angle of rotation of the label text.

Style

Gets or sets the text, border and background style properties for the labels.

Value

Gets or sets the expression to use for the value labels.

Visible

Gets or sets a value indicating whether the data label is displayed on the chart.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the DataLabel object.

Extension Methods