Uses of Enum Class
io.keikai.model.SChart.ChartGrouping
Packages that use SChart.ChartGrouping
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of SChart.ChartGrouping in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SChart.ChartGroupingModifier and TypeMethodDescriptionstatic SChart.ChartGroupingEnumUtil.toChartGrouping(Chart.Grouping grouping) -
Uses of SChart.ChartGrouping in io.keikai.model
Methods in io.keikai.model that return SChart.ChartGroupingModifier and TypeMethodDescriptionSChart.getGrouping()static SChart.ChartGroupingReturns the enum constant of this class with the specified name.static SChart.ChartGrouping[]SChart.ChartGrouping.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type SChart.ChartGrouping -
Uses of SChart.ChartGrouping in io.keikai.model.impl
Methods in io.keikai.model.impl that return SChart.ChartGroupingMethods in io.keikai.model.impl with parameters of type SChart.ChartGrouping -
Uses of SChart.ChartGrouping in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SChart.ChartGroupingMethods in io.keikai.model.impl.chart with parameters of type SChart.ChartGroupingModifier and TypeMethodDescriptionvoidGroupingChartDataImpl.setGrouping(SChart.ChartGrouping grouping) -
Uses of SChart.ChartGrouping in io.keikai.range
Methods in io.keikai.range with parameters of type SChart.ChartGroupingModifier and TypeMethodDescriptionSRange.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this RangeSRange.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this Range -
Uses of SChart.ChartGrouping in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SChart.ChartGroupingModifier and TypeMethodDescriptionRangeImpl.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) RangeImpl.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD)