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