IntensitySeriesBaseLegendBoxUnits Property |
LightningChart .NET Help
Intensity series units, shown in legend box. Use this for intensity data units, not Y-axis units.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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