Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPointCustomProperties.RangeStockProps Class / LabelValueType Property

In This Topic
    LabelValueType Property (ChartDataPointCustomProperties.RangeStockProps)
    In This Topic
    Gets or sets the Y value that is used as a data label. Default: Close.
    Syntax
    'Declaration
     
    Public Property LabelValueType As RdlEnum(Of ChartLabelValueType)
    public RdlEnum<ChartLabelValueType> LabelValueType {get; set;}
    See Also