ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1TreeMap Class / Lights Property

In This Topic
    Lights Property (C1TreeMap)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Lights As Windows.Foundation.Collections.IVector(Of XamlLight)
    public Windows.Foundation.Collections.IVector<XamlLight> Lights {get;}
    See Also