IntensitySeriesBaseLegendBoxUnits Property |
LightningChart .NET Help
Gets or sets intensity series units, shown in legend box. Use this for intensity data units, not Y axis units. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute("Units")]
public string LegendBoxUnits { get; set; }<DefaultValueAttribute("Units")>
Public Property LegendBoxUnits As String
Get
Setpublic:
[DefaultValueAttribute(L"Units")]
property String^ LegendBoxUnits {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also