ViewPolarBaseSectors Property |
LightningChart .NET Help
Gets or sets pan sector list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPolar
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic SectorCollection Sectors { get; set; }Public Property Sectors As SectorCollection
Get
Set
public:
property SectorCollection^ Sectors {
SectorCollection^ get ();
void set (SectorCollection^ value);
}Property Value
Type:
SectorCollection
See Also