LegendBoxBaseBorderWidth Property |
LightningChart .NET Help
Border width.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(1)]
public int BorderWidth { get; set; }<DefaultValueAttribute(1)>
Public Property BorderWidth As Integer
Get
Set
public:
[DefaultValueAttribute(1)]
property int BorderWidth {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also