ViewPolarBaseSectors Property |
LightningChart .NET Help
Sector list.
Namespace:
Arction.WinForms.Charting.Views.ViewPolar
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<Sector> Sectors { get; set; }Public Property Sectors As List(Of Sector)
Get
Set
public:
property List<Sector^>^ Sectors {
List<Sector^>^ get ();
void set (List<Sector^>^ value);
}Property Value
Type:
ListSector
See Also