Gets or sets if data point values represent a linear height of the segment or it's surface. Default: Linear.

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

Syntax

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

See Also