ViewXYLegendBoxes Property |
LightningChart .NET Help
Gets or sets ViewXY LegendBoxes. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic LegendBoxXYCollection LegendBoxes { get; set; }Public Property LegendBoxes As LegendBoxXYCollection
Get
Set
public:
property LegendBoxXYCollection^ LegendBoxes {
LegendBoxXYCollection^ get ();
void set (LegendBoxXYCollection^ value);
}Property Value
Type:
LegendBoxXYCollection
See Also