ComponentOne FinancialChart for WinForms
C1.Chart Namespace / SeriesBase Class / LegendGroup Property

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