ViewXYAutoSpaceLegendBoxes Property |
LightningChart .NET Help
Gets or sets if graph margins or space between Segments is automatically calculated due 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 bool AutoSpaceLegendBoxes { get; set; }Public Property AutoSpaceLegendBoxes As Boolean
Get
Set
public:
property bool AutoSpaceLegendBoxes {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also