列挙クラスの使用
com.osboffice.osbxl.enums.XlChartType
パッケージ
説明
java版osbxlのチャートを扱うパッケージです。
java版osbxlの定数を扱うパッケージです。
-
com.osboffice.osbxl.chartでのXlChartTypeの使用
修飾子とタイプメソッド説明ChartWrapper.Chart.getChartType()
ChartWrapper.getChartType()
チャート種類を取得します。SeriesWrapper.getType()
系列のチャート種類を取得します。SeriesWrapper.Series.getType()
修飾子とタイプメソッド説明void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle, String valueTitle) void
ChartWrapper.Chart.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle, String valueTitle, String extraTitle) void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines) チャートを作成します(チャート色番号列挙体=デフォルト、チャートスタイル番号列挙体=デフォルト)。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo) チャートを作成します(チャート色番号列挙体=デフォルト)。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle, String valueTitle) チャートを作成します。void
ChartWrapper.chartWizard
(String source, XlChartType chartType, XlRowCol plotBy, int seriesLabelLines, int categoryLabelLines, int chartStyleNo, XlChartColorPalette chartColorNo, boolean hasLegend, String title, String categoryTitle, String valueTitle, String extraTitle) チャートを作成します。void
ChartWrapper.Chart.pivotChartWizard
(String source, XlChartType chartType) void
ChartWrapper.Chart.pivotChartWizard
(String source, XlChartType chartType, int chartStyleNo) void
ChartWrapper.Chart.pivotChartWizard
(String source, XlChartType chartType, int chartStyleNo, XlChartColorPalette chartColorNo) void
ChartWrapper.pivotChartWizard
(String source, XlChartType chartType) ピボットチャートを作成します(チャート色番号列挙体=デフォルト、チャートスタイル番号列挙体=デフォルト)。void
ChartWrapper.pivotChartWizard
(String source, XlChartType chartType, int chartStyleNo) ピボットチャートを作成します(チャート色番号列挙体=デフォルト)。void
ChartWrapper.pivotChartWizard
(String source, XlChartType chartType, int chartStyleNo, XlChartColorPalette chartColorNo) ピボットチャートを作成します。void
ChartWrapper.Chart.setChartType
(XlChartType chartType) void
ChartWrapper.setChartType
(XlChartType chartType) チャート種類を設定します。void
SeriesWrapper.Series.setType
(XlChartType type) void
SeriesWrapper.setType
(XlChartType type) 系列のチャート種類を設定します。 -
com.osboffice.osbxl.enumsでのXlChartTypeの使用
修飾子とタイプメソッド説明static XlChartType
XlChartType.valueOf
(int code) このクラスの列挙型定数を指定した名前で返します。static XlChartType
このクラスの列挙型定数を指定した名前で返します。static XlChartType[]
XlChartType.values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。