LightningChart .NET Help
Border style.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(BorderType.Inner)]
public BorderType Style { get; set; }<DefaultValueAttribute(BorderType.Inner)>
Public Property Style As BorderType
Get
Set
public:
[DefaultValueAttribute(BorderType::Inner)]
property BorderType Style {
BorderType get ();
void set (BorderType value);
}Property Value
Type:
BorderType
See Also