ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / LegendToggle Property

In This Topic
    LegendToggle Property (FlexChart)
    In This Topic
    Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FlexChart.LegendToggle", "Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.")>
    <DefaultValueAttribute(False)>
    Public Property LegendToggle As Boolean
    [C1Description("FlexChart.LegendToggle", "Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.")]
    [DefaultValue(false)]
    public bool LegendToggle {get; set;}
    See Also