Home → Techniques and Tips → VBA Programming with @RISK → Placing Delimiters in Graphs
Applies to:
@RISK 6.2 and newer, Professional and Industrial Editions
How can I place delimiters in a scatter plot? I want them in locations different from the defaults.
Use the Risk.Simulation.Results.GraphDistribution
method to create your graph, and then before placing it in the worksheet use the DelimitersChangePosition
method to specify delimiters by data value or by cumulative percentile.
There are two types of the DelimitersChangePosition
method for histograms:
.DelimitersChangePosition RiskDelimiterXValues, 1800, 2500
.DelimitersChangePosition RiskDelimiterPValues, 0.01, 0.99
Last edited: 2019-02-01