Class ScatterChartDefinition
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ScatterChartDefinition
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.UtilityGUI.Charts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ScatterChartDefinition : TwoDChartDefinition, IEquatable<APIBase>
Properties
XValues
Declaration
public ReadOnlyCollection<double> XValues { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
YValues
Declaration
public ReadOnlyCollection<double> YValues { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
ZAxisTitle
Declaration
public string ZAxisTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
ZValues
Declaration
public ReadOnlyCollection<double> ZValues { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
Implements
System.IEquatable<T>