ViewSmithBaseLegendBox Property |
LightningChart .NET Help
Gets or sets pan legend box. Shows description of series. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewSmith
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic LegendBoxSmith LegendBox { get; set; }Public Property LegendBox As LegendBoxSmith
Get
Set
public:
property LegendBoxSmith^ LegendBox {
LegendBoxSmith^ get ();
void set (LegendBoxSmith^ value);
}Property Value
Type:
LegendBoxSmith
See Also