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