<regionBetweenCurveXAxis>
<regionBetweenCurveXAxis>
is a Graphical
component that renders a shaded region on a graph between a specified function and the -axis.
Attributes and Properties
Attribute | Type | Values |
---|---|---|
applyStyleToLabel = "…" | boolean | "true" "false" |
boundaryValues = "…" | numberList | |
function = "…" | ||
labelIsName = "…" | boolean | "true" "false" |
layer = "…" | integer |
Property | Type |
---|---|
$r.applyStyleToLabel | boolean |
$r.boundaryValues | numberList |
$r.disabled | boolean |
$r.fixed | boolean |
$r.fixLocation | boolean |
$r.hidden | boolean |
$r.label | label |
$r.labelIsName | boolean |
$r.layer | integer |
$r.styleDescription | text |
$r.styleDescriptionWithNoun | text |
Example: Render shading between a function and the x-axis
The <regionBetweenCurveXAxis>
component shades in the region between a function
and the -axis over a specified interval.
Attribute Example: function
The function
attribute takes a named function reference as input.
Attribute Example: boundaryValues
The boundaryValues
attribute accepts a list of -values or numerical references that define the endpoints of the shaded interval.
Attribute Example: styleNumber
The <regionBetweenCurveXAxis>
component accepts the styleNumber
attribute. Default styleNumbers range from to .
Property Example: styleDescription/ styleDescriptionWithNoun
Since users can override styles and so may see different colors and line styles, don’t directly refer to the colors and line styles you create. Instead, use the properties styleDescription
and styleDescriptionWithNoun
. With those properties, the text will change to match the displayed styles.