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

📄 chartfactory.html

📁 JFreeChart 9.20的文档 需要用JAVA在网页上做统计图的东东
💻 HTML
📖 第 1 页 / 共 5 页
字号:
                 boolean&nbsp;legend,                 boolean&nbsp;tooltips,                 boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a bar chart with a 3D effect.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createBoxAndWhiskerChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.statistics.BoxAndWhiskerXYDataset, boolean)">createBoxAndWhiskerChart</A></B>(java.lang.String&nbsp;title,                         java.lang.String&nbsp;timeAxisLabel,                         java.lang.String&nbsp;valueAxisLabel,                         <A HREF="../../../org/jfree/data/statistics/BoxAndWhiskerXYDataset.html" title="interface in org.jfree.data.statistics">BoxAndWhiskerXYDataset</A>&nbsp;dataset,                         boolean&nbsp;legend)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and returns a default instance of a box and whisker chart.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createBubbleChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.XYZDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean)">createBubbleChart</A></B>(java.lang.String&nbsp;title,                  java.lang.String&nbsp;xAxisLabel,                  java.lang.String&nbsp;yAxisLabel,                  <A HREF="../../../org/jfree/data/XYZDataset.html" title="interface in org.jfree.data">XYZDataset</A>&nbsp;dataset,                  <A HREF="../../../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</A>&nbsp;orientation,                  boolean&nbsp;legend,                  boolean&nbsp;tooltips,                  boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a bubble chart with default settings.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createCandlestickChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.HighLowDataset, boolean)">createCandlestickChart</A></B>(java.lang.String&nbsp;title,                       java.lang.String&nbsp;timeAxisLabel,                       java.lang.String&nbsp;valueAxisLabel,                       <A HREF="../../../org/jfree/data/HighLowDataset.html" title="interface in org.jfree.data">HighLowDataset</A>&nbsp;dataset,                       boolean&nbsp;legend)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and returns a default instance of a candlesticks chart.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createGanttChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.IntervalCategoryDataset, boolean, boolean, boolean)">createGanttChart</A></B>(java.lang.String&nbsp;title,                 java.lang.String&nbsp;categoryAxisLabel,                 java.lang.String&nbsp;dateAxisLabel,                 <A HREF="../../../org/jfree/data/IntervalCategoryDataset.html" title="interface in org.jfree.data">IntervalCategoryDataset</A>&nbsp;dataset,                 boolean&nbsp;legend,                 boolean&nbsp;tooltips,                 boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a Gantt chart using the supplied attributes plus default values where required.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createHighLowChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.HighLowDataset, boolean)">createHighLowChart</A></B>(java.lang.String&nbsp;title,                   java.lang.String&nbsp;timeAxisLabel,                   java.lang.String&nbsp;valueAxisLabel,                   <A HREF="../../../org/jfree/data/HighLowDataset.html" title="interface in org.jfree.data">HighLowDataset</A>&nbsp;dataset,                   boolean&nbsp;legend)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and returns a default instance of a high-low-open-close chart.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createHighLowChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.HighLowDataset, org.jfree.chart.axis.Timeline, boolean)">createHighLowChart</A></B>(java.lang.String&nbsp;title,                   java.lang.String&nbsp;timeAxisLabel,                   java.lang.String&nbsp;valueAxisLabel,                   <A HREF="../../../org/jfree/data/HighLowDataset.html" title="interface in org.jfree.data">HighLowDataset</A>&nbsp;dataset,                   <A HREF="../../../org/jfree/chart/axis/Timeline.html" title="interface in org.jfree.chart.axis">Timeline</A>&nbsp;timeline,                   boolean&nbsp;legend)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and returns a default instance of a high-low-open-close chart with a special timeline.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createHistogram(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.IntervalXYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean)">createHistogram</A></B>(java.lang.String&nbsp;title,                java.lang.String&nbsp;xAxisLabel,                java.lang.String&nbsp;yAxisLabel,                <A HREF="../../../org/jfree/data/IntervalXYDataset.html" title="interface in org.jfree.data">IntervalXYDataset</A>&nbsp;dataset,                <A HREF="../../../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</A>&nbsp;orientation,                boolean&nbsp;legend,                boolean&nbsp;tooltips,                boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a histogram chart.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createLineChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.CategoryDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean)">createLineChart</A></B>(java.lang.String&nbsp;title,                java.lang.String&nbsp;categoryAxisLabel,                java.lang.String&nbsp;valueAxisLabel,                <A HREF="../../../org/jfree/data/CategoryDataset.html" title="interface in org.jfree.data">CategoryDataset</A>&nbsp;dataset,                <A HREF="../../../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</A>&nbsp;orientation,                boolean&nbsp;legend,                boolean&nbsp;tooltips,                boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a line chart with default settings.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createLineXYChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.XYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean)">createLineXYChart</A></B>(java.lang.String&nbsp;title,                  java.lang.String&nbsp;xAxisLabel,                  java.lang.String&nbsp;yAxisLabel,                  <A HREF="../../../org/jfree/data/XYDataset.html" title="interface in org.jfree.data">XYDataset</A>&nbsp;dataset,                  <A HREF="../../../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</A>&nbsp;orientation,                  boolean&nbsp;legend,                  boolean&nbsp;tooltips,                  boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use createXYLineChart(...).</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createMultiplePieChart(java.lang.String, org.jfree.data.CategoryDataset, org.jfree.util.TableOrder, boolean, boolean, boolean)">createMultiplePieChart</A></B>(java.lang.String&nbsp;title,                       <A HREF="../../../org/jfree/data/CategoryDataset.html" title="interface in org.jfree.data">CategoryDataset</A>&nbsp;dataset,                       org.jfree.util.TableOrder&nbsp;order,                       boolean&nbsp;legend,                       boolean&nbsp;tooltips,                       boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a chart that displays multiple pie plots.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createMultiplePieChart3D(java.lang.String, org.jfree.data.CategoryDataset, org.jfree.util.TableOrder, boolean, boolean, boolean)">createMultiplePieChart3D</A></B>(java.lang.String&nbsp;title,                         <A HREF="../../../org/jfree/data/CategoryDataset.html" title="interface in org.jfree.data">CategoryDataset</A>&nbsp;dataset,                         org.jfree.util.TableOrder&nbsp;order,                         boolean&nbsp;legend,                         boolean&nbsp;tooltips,                         boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a chart that displays multiple pie plots.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createPie3DChart(java.lang.String, org.jfree.data.PieDataset, boolean, boolean, boolean)">createPie3DChart</A></B>(java.lang.String&nbsp;title,                 <A HREF="../../../org/jfree/data/PieDataset.html" title="interface in org.jfree.data">PieDataset</A>&nbsp;data,                 boolean&nbsp;legend,                 boolean&nbsp;tooltips,                 boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use createPieChart3D(...).</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createPieChart(java.lang.String, org.jfree.data.PieDataset, boolean, boolean, boolean)">createPieChart</A></B>(java.lang.String&nbsp;title,               <A HREF="../../../org/jfree/data/PieDataset.html" title="interface in org.jfree.data">PieDataset</A>&nbsp;dataset,               boolean&nbsp;legend,               boolean&nbsp;tooltips,               boolean&nbsp;urls)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a pie chart with default settings.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static&nbsp;<A HREF="../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart">JFreeChart</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/jfree/chart/ChartFactory.html#createPieChart(java.lang.String, org.jfree.data.PieDataset, org.jfree.data.PieDataset, int, boolean, boolean, boolean, boolean, boolean, boolean)">createPieChart</A></B>(java.lang.String&nbsp;title,

⌨️ 快捷键说明

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