AnnotationBaseBorderVisible Property |
LightningChart .NET Help
Defines if border is visible.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool BorderVisible { get; set; }<DefaultValueAttribute(true)>
Public Property BorderVisible As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool BorderVisible {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also