LegendBoxXYPosition Property |
LightningChart .NET Help
Gets or sets position. 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
Syntax[DefaultValueAttribute(LegendBoxPosition.BottomRight)]
public LegendBoxPositionXY Position { get; set; }<DefaultValueAttribute(LegendBoxPosition.BottomRight)>
Public Property Position As LegendBoxPositionXY
Get
Set
public:
[DefaultValueAttribute(LegendBoxPosition::BottomRight)]
property LegendBoxPositionXY Position {
LegendBoxPositionXY get ();
void set (LegendBoxPositionXY value);
}Property Value
Type:
LegendBoxPositionXY
See Also