Uses of Enum Class
io.keikai.api.model.Chart.LegendPosition
Packages that use Chart.LegendPosition
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
Classes that doing system user action control on Keikai Spreadsheet UI Components.
-
Uses of Chart.LegendPosition in io.keikai.api
Methods in io.keikai.api with parameters of type Chart.LegendPositionModifier and TypeMethodDescriptionRange.addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds chart to sheetRange.addChart(String name, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds chart to sheetstatic ChartSheetOperationUtil.addChart(Range range, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds a chart to specified sheet range in pre-defined position and size.static ChartSheetOperationUtil.addChart(Range range, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds a chart at the specified locationstatic ChartSheetOperationUtil.addChart(String name, Range range, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds a chart to specified sheet range in pre-defined position and size.static ChartSheetOperationUtil.addChart(String name, Range range, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds a chart at the specified location -
Uses of Chart.LegendPosition in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Chart.LegendPositionModifier and TypeMethodDescriptionRangeImpl.addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) RangeImpl.addChart(String name, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) -
Uses of Chart.LegendPosition in io.keikai.api.model
Methods in io.keikai.api.model that return Chart.LegendPositionModifier and TypeMethodDescriptionstatic Chart.LegendPositionReturns the enum constant of this class with the specified name.static Chart.LegendPosition[]Chart.LegendPosition.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Chart.LegendPosition in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Chart.LegendPositionModifier and TypeMethodDescriptionstatic SChart.ChartLegendPositionEnumUtil.toLegendPosition(Chart.LegendPosition pos) -
Uses of Chart.LegendPosition in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Chart.LegendPositionModifier and TypeFieldDescriptionprotected final Chart.LegendPositionInsertChartHandler.legendPositionConstructors in io.keikaiex.ui.impl.ua with parameters of type Chart.LegendPositionModifierConstructorDescriptionInsertChartHandler(Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)