|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartFormat | |
com.jxcell |
Uses of ChartFormat in com.jxcell |
Methods in com.jxcell that return ChartFormat | |
ChartFormat |
GRChart.getChartFormat()
Returns chart formatting information. |
ChartFormat |
GRChart.getTitleFormat()
Returns chart Title formatting information. |
ChartFormat |
GRChart.getPlotFormat()
Returns plot formatting information. |
ChartFormat |
GRChart.getLegendFormat()
Returns legend formatting information. |
ChartFormat |
GRChart.getAxisFormat(short sAxisType,
int iAxisIndex)
Returns AxisImpl formatting information. |
ChartFormat |
GRChart.getSeriesFormat(int iSeries)
Returns the formatting information of the specified series |
ChartFormat |
GRChart.getMajorGridFormat(short sAxisType,
int iAxisIndex)
Returns grid line formatting information for the major grid of the specified axis. |
ChartFormat |
GRChart.getDataLabelFormat(int iSeries)
Returns the data label formatting information of the specified series |
ChartFormat |
GRChart.getDataLabelFormat(int iSeries,
int iPointIndex)
Returns the data label formatting information for the specified point of the specified series |
ChartFormat |
ChartShape.getTitleFormat()
Returns chart title formatting information. |
ChartFormat |
ChartShape.getPlotFormat()
Returns plot formatting information. |
ChartFormat |
ChartShape.getLegendFormat()
Returns legend formatting information. |
ChartFormat |
ChartShape.getSeriesFormat(int iSeriesIndex)
Returns formatting information for the specified series. |
ChartFormat |
ChartShape.getAxisFormat(int axisType,
int axisIndex)
Returns the format of the specified axis. |
ChartFormat |
ChartShape.getAxisTitleFormat(short axisType,
int axisIndex)
Returns the specified axis title format object. |
ChartFormat |
ChartShape.getChartFormat()
Returns chart formatting information. |
ChartFormat |
ChartShape.getMajorGridFormat(short axisType,
int axisIndex)
Returns grid line formatting information for the major grid of the specified axis. |
ChartFormat |
ChartShape.getMinorGridFormat(short axisType,
int axisIndex)
Returns grid line formatting information for the minor grid of the specified axis. |
ChartFormat |
ChartShape.getDataLabelFormat(int seriesIndex)
Returns data label formatting information for the specified series. |
ChartFormat |
ChartShape.getDataLabelFormat(int seriesIndex,
int pointIndex)
Returns data label formatting information for the specified point of the specified series. |
ChartFormat |
ChartShape.getDropLinesFormat()
Returns drop line formatting information. |
ChartFormat |
ChartShape.getDataPointFormat(int seriesIndex,
int pointIndex)
Returns data point formatting information for the specified data point. |
Methods in com.jxcell with parameters of type ChartFormat | |
void |
GRChart.setChartFormat(ChartFormat format)
Sets chart formatting. |
void |
GRChart.setTitleFormat(ChartFormat format)
Sets chart Title formatting. |
void |
GRChart.setPlotFormat(ChartFormat format)
Sets plot formatting. |
void |
GRChart.setLegendFormat(ChartFormat format)
Sets legend formatting. |
void |
GRChart.setAxisFormat(short sAxisType,
int iAxisIndex,
ChartFormat format)
Sets AxisImpl formatting. |
void |
GRChart.setSeriesFormat(int iSeries,
ChartFormat format)
Sets the specified series formatting |
void |
GRChart.setMajorGridFormat(short sAxisType,
int iAxisIndex,
ChartFormat format)
Sets AxisImpl grid line formatting. |
void |
GRChart.setDataLabelFormat(int iSeries,
ChartFormat format)
Sets the data label formatting information of the specified series |
void |
GRChart.setDataLabelFormat(int iSeries,
int iPointIndex,
ChartFormat format)
Sets the data label formatting information for the specified point of the specified series |
void |
ChartShape.setTitleFormat(ChartFormat format)
Sets chart title formatting. |
void |
ChartShape.setPlotFormat(ChartFormat format)
Sets plot formatting. |
void |
ChartShape.setLegendFormat(ChartFormat format)
Sets legend formatting. |
void |
ChartShape.setSeriesFormat(int iSeriesIndex,
ChartFormat format)
Sets the format of the specified series. |
void |
ChartShape.setAxisFormat(int axisType,
int axisIndex,
ChartFormat format)
Sets formatting for the specified axis. |
void |
ChartShape.setAxisTitleFormat(short axisType,
int axisIndex,
ChartFormat format)
Sets the formatting for the title of the specified axis. |
void |
ChartShape.setChartFormat(ChartFormat format)
Sets chart formatting. |
void |
ChartShape.setMajorGridFormat(short axisType,
int axisIndex,
ChartFormat format)
Sets grid line formatting information for the major grid of the specified axis. |
void |
ChartShape.setMinorGridFormat(short axisType,
int axisIndex,
ChartFormat format)
Sets grid line formatting information for the minor grid of the specified axis. |
void |
ChartShape.setDataLabelFormat(int seriesIndex,
ChartFormat format)
Sets data label formatting for the specified series. |
void |
ChartShape.setDataLabelFormat(int seriesIndex,
int pointIndex,
ChartFormat format)
Sets data label formatting for the specified data point. |
void |
ChartShape.setDropLinesFormat(ChartFormat format)
Sets drop line formatting. |
void |
ChartShape.setDataPointFormat(int seriesIndex,
int pointIndex,
ChartFormat format)
Sets formatting for the specified data point. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |