Gets or sets the Y value that is used as a data label. Default: Close.

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

Syntax

C#
public RdlEnum<ChartLabelValueType> LabelValueType { get; set; }
Visual Basic
Public Property LabelValueType As RdlEnum(Of ChartLabelValueType)
	Get
	Set

See Also