[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.IDataLabel

IDataLabel Interface

Represents the interface for styling labels of the chart data point values.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDataLabel

Properties

Name Description
Position

Gets the position of the label.

Rotation

Gets the angle of rotation of the label text.

Style

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

Value

Gets the label text to use for the value labels.

Visible

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

Extension Methods