PlotSeriesShowInLegend Property |
Gets or sets a value indicating whether the series appears in the plot legend.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic bool ShowInLegend { get; set; }
Public Property ShowInLegend As Boolean
Get
Set
Dim instance As PlotSeries
Dim value As Boolean
value = instance.ShowInLegend
instance.ShowInLegend = value
Property Value
Boolean
See Also