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