Description
Returns a BDKCurveDefaults object for the given curve index specified.
Syntax
object.Curves(curveIndex as Integer)
Arguments
curveIndex (Required Integer) – the index of the curve defaults object you want to return. For graphs of distribution functions, the first index is the primary curve being graphed, the second index is the first overlay, the third index is the second overlay, and so on. For graphs of input data, the first index corresponds to the input data, and the second to the fit result overlay.
Return Value
(BDKCurveDefaultsObject) – the curve defaults object for the requested curve index.
Example
BDKApp.GraphDefaults.Curves(1).Color = BDKColorYellow