Gets or sets the vertical alignment of data point labels placed inside the pyramid. Default: Center.

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

Syntax

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

See Also