ComponentOne FinancialChart for WPF
SectorCount Property (C1RadialMenu)



C1.WPF Namespace > C1RadialMenu Class : SectorCount Property
Gets or sets the number of sectors which should be displayed in menu.
Syntax
'Declaration
 
Public Property SectorCount As Integer
'Usage
 
Dim instance As C1RadialMenu
Dim value As Integer
 
instance.SectorCount = value
 
value = instance.SectorCount
public int SectorCount {get; set;}
public:
property int SectorCount {
   int get();
   void set (    int value);
}
Remarks
The default value is -1 and the actual number of sectors is defined by the number of menu items.
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members