LegendBoxBaseAutoSize Property |
LightningChart .NET Help
Automatic sizing based on contents.
Namespace:
Arction.Wpf.Charting.Views
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AutoSize { get; set; }<DefaultValueAttribute(true)>
Public Property AutoSize As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AutoSize {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also