BarSeriesBorderWidth Property |
LightningChart .NET Help
Border width
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "1")]
public double BorderWidth { get; set; }<DefaultValueAttribute(GetType(Double), "1")>
Public Property BorderWidth As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"1")]
property double BorderWidth {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also