Class XyPlot
Data for plot with data series.
Inheritance
System.Object
XyPlot
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Plots
Assembly: SpiceSharpParser.dll
Syntax
public class XyPlot
Constructors
| Improve this Doc View SourceXyPlot(String)
Initializes a new instance of the XyPlot class.
Declaration
public XyPlot(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of plot. |
Properties
| Improve this Doc View SourceName
Gets the name of the plot.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Series
Gets the series in the plot.
Declaration
public List<Series> Series { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Series> |