AnnotationBaseArrowStyleBegin Property |
LightningChart .NET Help
Lead arrow style, in the beginning of line.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(ArrowStyle.None)]
public ArrowStyle ArrowStyleBegin { get; set; }<DefaultValueAttribute(ArrowStyle.None)>
Public Property ArrowStyleBegin As ArrowStyle
Get
Set
public:
[DefaultValueAttribute(ArrowStyle::None)]
property ArrowStyle ArrowStyleBegin {
ArrowStyle get ();
void set (ArrowStyle value);
}Property Value
Type:
ArrowStyle
See Also