FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / C1TreeMap Class / LegendToggle Property

In This Topic
    LegendToggle Property (C1TreeMap)
    In This Topic
    Gets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.
    Syntax
    'Declaration
     
    Public Property LegendToggle As Boolean
    public bool LegendToggle {get; set;}
    See Also