PlotSeriesPoints Property |
Gets the list of plot datapoints.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic IList<PlotDatapoint> Points { get; }
Public ReadOnly Property Points As IList(Of PlotDatapoint)
Get
Dim instance As PlotSeries
Dim value As IList(Of PlotDatapoint)
value = instance.Points
Return Value
IListPlotDatapoint
See Also