Class Series2D
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.UtilityGUI.Charts
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class Series2D : APIBase, IEquatable<APIBase>
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Points
Declaration
public ReadOnlyCollection<Vector2D> Points { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<Vector2D> |
Implements
System.IEquatable<T>