CustomAxisTickLabelText Property |
LightningChart .NET Help
Used to set Label text.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute("- - -")]
public string LabelText { get; set; }<DefaultValueAttribute("- - -")>
Public Property LabelText As String
Get
Setpublic:
[DefaultValueAttribute(L"- - -")]
property String^ LabelText {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also