Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialNumericItem Class / SectorCount Property

In This Topic
    SectorCount Property (C1RadialNumericItem)
    In This Topic
    Gets or sets the number of sectors which should be displayed in menu.
    Syntax
    'Declaration
     
    
    Public Property SectorCount As Integer
    public int SectorCount {get; set;}
    Remarks
    This property only makes sense if item has subitems. If this property is set to -1, the number of sectors will be defined by the number of menu items.
    See Also