LightningChart .NET Help
Gets or sets pie slice values. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPie3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PieSliceCollection Values { get; set; }Public Property Values As PieSliceCollection
Get
Set
public:
property PieSliceCollection^ Values {
PieSliceCollection^ get ();
void set (PieSliceCollection^ value);
}Property Value
Type:
PieSliceCollection
See Also