Specifies types of data represeted by a pyramid chart: linear height of the segment or it's surface.

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

Syntax

C#
public enum ChartPyramidValueType
Visual Basic
Public Enumeration ChartPyramidValueType

Members

Member nameDescription
Linear Linear height is the data.
Surface Surface is the data.

See Also