LegendBoxBaseLayout Property |
LightningChart .NET Help
Gets or sets layout. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(LegendBoxLayout.Horizontal)]
public LegendBoxLayout Layout { get; set; }<DefaultValueAttribute(LegendBoxLayout.Horizontal)>
Public Property Layout As LegendBoxLayout
Get
Set
public:
[DefaultValueAttribute(LegendBoxLayout::Horizontal)]
property LegendBoxLayout Layout {
LegendBoxLayout get ();
void set (LegendBoxLayout value);
}Property Value
Type:
LegendBoxLayout
See Also