PieSlice Conversion (PieSlice to LegendBoxObject) |
LightningChart .NET Help
Get item as LegendBoxMouseObject.
Namespace:
Arction.WinForms.Charting.Views.ViewPie3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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.WinForms.Charting.Views.ViewPie3DPieSlice
related object
Return Value
Type:
LegendBoxObject[Missing <returns> documentation for "M:Arction.WinForms.Charting.Views.ViewPie3D.PieSlice.op_Implicit(Arction.WinForms.Charting.Views.ViewPie3D.PieSlice)~Arction.WinForms.Charting.Views.LegendBoxObject"]
See Also