Label Property (StaticMember)
In This Topic
Gets or sets the label for the static member (displayed either on the category axis or in the legend, as appropriate).
Syntax
'Declaration
Public Property Label As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Label {get; set;}
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object indicating the label for the static member (displayed either on the category axis or in the legend, as appropriate).
See Also