⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 horizontalbarchart3ddemo.xhtml

📁 OperaMasks是一种基于J2EE的Web开发技术
💻 XHTML
字号:
<?xml version="1.0" encoding="UTF-8"?>
<f:view xmlns:f="http://java.sun.com/jsf/core"
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:g="http://www.apusic.com/jsf/graph">
<g:barChart title="Horizontal 3D Bar Chart Demo"
            xAxisLabel="Category"
            yAxisLabel="Value"
            effect3D="true"
            orientation="Horizontal"
            showLegend="true">
  <g:dataSeries value="#{CategoryData}" var="x" rows="5">
    <g:dataLabel value="#{x.label}"/>
    <g:dataItem legend="First" value="#{x.first}"/>
    <g:dataItem legend="Second" value="#{x.second}"/>
    <g:dataItem legend="Third" value="#{x.third}"/>
  </g:dataSeries>
</g:barChart>
</f:view>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -