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