ComponentOne FlexChart for WinForms
LegendGroup Property


C1.Chart Namespace > SeriesBase Class : LegendGroup Property
Gets or sets the legend group title in which the series should be included.
Syntax
'Declaration
 
Public Property LegendGroup As String
'Usage
 
Dim instance As SeriesBase
Dim value As String
 
instance.LegendGroup = value
 
value = instance.LegendGroup
public string LegendGroup {get; set;}
See Also

Reference

SeriesBase Class
SeriesBase Members