IDistributionCurve Interface

Represents a distribution curve in an estimate.
Public Interface IDistributionCurve
This language is not supported or no code example is available.
public interface IDistributionCurve
This language is not supported or no code example is available.
Name Description
Public property DisplayMode Gets the mode of how this curve is displayed.
Public property DisplayName Gets the localized display name of the curve.
Public property GraphicalData Gets the graphical pixel data.
Public property IsSystemCurve Gets a value indicating whether this curve is a system (built-in) one.
Public property Mnemonic Gets the mnemonic of the curve.
Public property Points Gets the points data used when the Type of this curve is DistributionCurveType.Points or DistributionCurveType.RelativePercent.
Public property Type Gets the type of this distribution curve.
Top
Methods
 
Name Description
Public method SplitValueAccordingToCurve(double, int, double, double) Splits a value according to this distribution curve.
Public method SplitValueAccordingToCurve(double, int, double, double, PeakCurveUnit) Splits a value according to this distribution curve. Enables the use of Peak curves.
Top
Version
 
Available since QDV 7.14.530.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition