Show / Hide Table of Contents

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 Source

XyPlot(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 Source

Name

Gets the name of the plot.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Series

Gets the series in the plot.

Declaration
public List<Series> Series { get; }
Property Value
Type Description
System.Collections.Generic.List<Series>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX