Summary

Tag name: <dvt:y2BaseLine>

Use the y2BaseLine tag to define the characteristics of the y2-axis line from which bars and area markers originate.

Relationship with other tags

This component must be a child of one of the following components:

  • graph
  • dualYBarGraph
  • dualYComboGraph
  • dualYLineGraph
  • areaGraph
  • barGraph
  • horizontalBarGraph
  • lineGraph
  • comboGraph
  • paretoGraph

Example

The following example shows the XML for a y2BaseLine tag that starts at the value 0.0.

   <dvt:graph> 
      <dvt:y2BaseLine value="0.0"/> 
   </dvt:graph>
   

Attributes

Name Type Supports EL? Description
id java.lang.String no Specifies the identifier for the component
value double yes Specifies where the base line should be located along the y2-axis.