Click or drag to resize

PlotSeries Class

Defines a plot series.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.ProgramInterface.PlottingPlotSeries

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public class PlotSeries

The PlotSeries type exposes the following members.

Constructors
 NameDescription
Public methodPlotSeriesInitializes a new instance of the PlotSeries class
Top
Properties
 NameDescription
Public propertyLegendText Gets or sets the legend text.
Public propertyPoints Gets the list of plot datapoints.
Public propertyShowInLegend Gets or sets a value indicating whether the series appears in the plot legend.
Public propertyShowOnY2Axis Gets or sets a value indicating whether the series is shown on the Y2 axis instead of the Y1 axis.
Top
See Also