ViewXYLegendBoxes Property |
LightningChart .NET Help
ViewXY LegendBoxes.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<LegendBoxXY> LegendBoxes { get; set; }Public Property LegendBoxes As List(Of LegendBoxXY)
Get
Set
public:
property List<LegendBoxXY^>^ LegendBoxes {
List<LegendBoxXY^>^ get ();
void set (List<LegendBoxXY^>^ value);
}Property Value
Type:
ListLegendBoxXY
See Also