FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroup Class / LabelExpression Property

In This Topic
    LabelExpression Property (ChartDataGroup)
    In This Topic
    Gets or sets the expression for label. If empty, the label is specfied by GroupExpression.
    Syntax
    'Declaration
     
    Public Property LabelExpression As String
    public string LabelExpression {get; set;}
    See Also