LightningChart .NET Help
Pie slice values.
Namespace:
Arction.Wpf.Charting.Views.ViewPie3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<PieSlice> Values { get; set; }Public Property Values As List(Of PieSlice)
Get
Set
public:
property List<PieSlice^>^ Values {
List<PieSlice^>^ get ();
void set (List<PieSlice^>^ value);
}Property Value
Type:
ListPieSlice
See Also