CustomAxisTickLabelText Property |
LightningChart .NET Help
Gets or sets label text. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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