PersistentSeriesRenderingIntensityLayerUnitsText Property |
LightningChart .NET Help
Gets or sets units text. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic string UnitsText { get; set; }Public Property UnitsText As String
Get
Set
public:
property String^ UnitsText {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also