ComponentOne FinancialChart for UWP
C1.Xaml.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
    [DefaultValue("")]
    public string LegendGroup {get; set;}
    See Also