AnnotationBaseStyle Property |
LightningChart .NET Help
Style selects the main layout of annotation.
Namespace:
Arction.Wpf.Charting.Annotations
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(AnnotationStyle.RectangleArrow)]
public AnnotationStyle Style { get; set; }<DefaultValueAttribute(AnnotationStyle.RectangleArrow)>
Public Property Style As AnnotationStyle
Get
Set
public:
[DefaultValueAttribute(AnnotationStyle::RectangleArrow)]
property AnnotationStyle Style {
AnnotationStyle get ();
void set (AnnotationStyle value);
}Property Value
Type:
AnnotationStyle
See Also