ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / LegendGroup Property



In This Topic
    LegendGroup Property
    In This Topic
    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