Class LiftChartPoint
Represents an XY coordinate in a lift chart.
Inheritance
System.Object
LiftChartPoint
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: BayesServer.Analysis
Assembly: BayesServer.Analysis.dll
Syntax
[Obfuscation(Exclude = false)]
public sealed class LiftChartPoint
Properties
X
Gets the value on the x-axis.
Declaration
public double X { get; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Gets the value on the y-axis.
Declaration
public double Y { get; }
Property Value
Type | Description |
---|---|
System.Double |