LegendGroup Property (SeriesBase)
In This Topic
Gets or sets the legend group title in which the series should be included.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1DescriptionAttribute("SeriesBase.LegendGroup", "Gets or sets the legend group title in which the series should be included.")>
Public Property LegendGroup As String
[DefaultValue("")]
[C1Description("SeriesBase.LegendGroup", "Gets or sets the legend group title in which the series should be included.")]
public string LegendGroup {get; set;}
See Also