HalfDonutControlPanelHalfDonuts Property |
LightningChart .NET Help
List of HalfDonuts
Namespace:
Arction.CustomControls.Wpf
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic ObservableCollection<HalfDonut> HalfDonuts { get; set; }Public Property HalfDonuts As ObservableCollection(Of HalfDonut)
Get
Set
public:
property ObservableCollection<HalfDonut^>^ HalfDonuts {
ObservableCollection<HalfDonut^>^ get ();
void set (ObservableCollection<HalfDonut^>^ value);
}Property Value
Type:
ObservableCollectionHalfDonut
See Also