Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataLabel Class / UseValueAsLabel Property

In This Topic
    UseValueAsLabel Property
    In This Topic
    Gets or sets a value indicating the Y value of the data point should be used as the label.

    Default: False.

    Syntax
    'Declaration
     
    Public Property UseValueAsLabel As RdlBool
    public RdlBool UseValueAsLabel {get; set;}
    See Also