ReferenceregionBetweenCurveXAxis

<regionBetweenCurveXAxis>

<regionBetweenCurveXAxis> is a Graphical component that renders a shaded region on a graph between a specified function and the xx-axis.

Attributes and Properties

Attributes for <regionBetweenCurveXAxis>
AttributeTypeValues
applyStyleToLabel = "…"boolean"true" "false"
boundaryValues = "…"numberList
function = "…"
labelIsName = "…"boolean"true" "false"
layer = "…"integer
Props for <regionBetweenCurveXAxis name="r">
PropertyType
$r.applyStyleToLabelboolean
$r.boundaryValuesnumberList
$r.disabledboolean
$r.fixedboolean
$r.fixLocationboolean
$r.hiddenboolean
$r.labellabel
$r.labelIsNameboolean
$r.layerinteger
$r.styleDescriptiontext
$r.styleDescriptionWithNountext

Example: Render shading between a function and the x-axis

The <regionBetweenCurveXAxis> component shades in the region between a function and the xx-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 xx-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 11 to 66.


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.