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