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