AnnotationBaseTextStyle Property |
LightningChart .NET Help
Text style. Appearance of the text.
Namespace:
Arction.Wpf.Charting.Annotations
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic AnnotationTextStyle TextStyle { get; set; }Public Property TextStyle As AnnotationTextStyle
Get
Set
public:
property AnnotationTextStyle^ TextStyle {
AnnotationTextStyle^ get ();
void set (AnnotationTextStyle^ value);
}Property Value
Type:
AnnotationTextStyle
See Also