ViewXYCreateDefaultLegendBoxes Method |
LightningChart .NET Help
Create default LegendBox and add to list of LegendBoxes.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static List<LegendBoxXY> CreateDefaultLegendBoxes()
Public Shared Function CreateDefaultLegendBoxes As List(Of LegendBoxXY)
public:
static List<LegendBoxXY^>^ CreateDefaultLegendBoxes()
Return Value
Type:
ListLegendBoxXY[Missing <returns> documentation for "M:Arction.WinForms.Charting.Views.ViewXY.ViewXY.CreateDefaultLegendBoxes"]
See Also