FreehandAnnotationAnnotationText Property |
LightningChart .NET Help
Gets or sets the text of the annotation.
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute("Annotation")]
public string AnnotationText { get; set; }<DefaultValueAttribute("Annotation")>
Public Property AnnotationText As String
Get
Setpublic:
[DefaultValueAttribute(L"Annotation")]
property String^ AnnotationText {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also