PieSlice Conversion (PieSlice to LegendBoxObject) |
LightningChart .NET Help
Get item as LegendBoxMouseObject.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPie3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static implicit operator LegendBoxObject (
PieSlice s
)
Public Shared Widening Operator CType (
s As PieSlice
) As LegendBoxObject
static implicit operator LegendBoxObject^ (
PieSlice^ s
)
Parameters
- s
- Type: Arction.Wpf.ChartingMVVM.Views.ViewPie3DPieSlice
related object
Return Value
Type:
LegendBoxObject[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.Views.ViewPie3D.PieSlice.op_Implicit(Arction.Wpf.ChartingMVVM.Views.ViewPie3D.PieSlice)~Arction.Wpf.ChartingMVVM.Views.LegendBoxObject"]
See Also