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