ViewPie3DLegendBox3DPie Property |
LightningChart .NET Help
Gets or sets pie legend box. 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 LegendBoxPie3D LegendBox3DPie { get; set; }Public Property LegendBox3DPie As LegendBoxPie3D
Get
Set
public:
property LegendBoxPie3D^ LegendBox3DPie {
LegendBoxPie3D^ get ();
void set (LegendBoxPie3D^ value);
}Property Value
Type:
LegendBoxPie3D
See Also