PlotSeriesLegendText Property |
Gets or sets the legend text.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic string LegendText { get; set; }
Public Property LegendText As String
Get
Set
Dim instance As PlotSeries
Dim value As String
value = instance.LegendText
instance.LegendText = value
Property Value
String
RemarksIf empty, a default name is shown in the legend.
See Also