ComponentOne FinancialChart for WPF
LegendGroup Property



C1.WPF.Chart Namespace > Series Class : LegendGroup Property
Gets or sets the name of the legend group for the series.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property LegendGroup As String
'Usage
 
Dim instance As Series
Dim value As String
 
instance.LegendGroup = value
 
value = instance.LegendGroup
[DefaultValue()]
public string LegendGroup {get; set;}
[DefaultValue()]
public:
property String^ LegendGroup {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Series Class
Series Members