Gets or sets the label to use in the legend for the item for ChartDataPoint.

If this property is not set, the Label properties from the chart categories hierarchy are used as the legend text (with " – " added between each pair).

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlString LegendText { get; set; }
Visual Basic
Public Property LegendText As RdlString
	Get
	Set

See Also