Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.PyramidProps Class / ValueType Property

In This Topic
    ValueType Property
    In This Topic
    Gets or sets if data point values represent a linear height of the segment or it's surface. Default: Linear.
    Syntax
    'Declaration
     
    Public Property ValueType As RdlEnum(Of ChartPyramidValueType)
    public RdlEnum<ChartPyramidValueType> ValueType {get; set;}
    See Also