Description
Returns an RDKCurveDefaults object for the 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 standard result graphs and 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 tornado graphs, only the first curve index is used. For summary graphs, the first index corresponds to the "outer" band, the second index is the "inner" band, and the third index is the mean-value line.
Return Value
(RDKCurveDefaultsObject) – the curve defaults object for the requested curve index.
Example
RDKApp.GraphDefaults.Curves(1).Color = RDKColorYellow