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