Uses of Class
io.keikai.api.model.Chart.LegendPosition
-
Packages that use Chart.LegendPosition Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikaiex.ui.impl.ua 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.LegendPosition Modifier and Type Method Description Chart
Range. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
Adds chart to sheetstatic Chart
SheetOperationUtil. 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 Chart
SheetOperationUtil. addChart(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.LegendPosition Modifier and Type Method Description Chart
RangeImpl. addChart(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.LegendPosition Modifier and Type Method Description static Chart.LegendPosition
Chart.LegendPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static Chart.LegendPosition[]
Chart.LegendPosition. values()
Returns an array containing the constants of this enum type, 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.LegendPosition Modifier and Type Method Description static SChart.ChartLegendPosition
EnumUtil. toLegendPosition(Chart.LegendPosition pos)
-
Uses of Chart.LegendPosition in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Chart.LegendPosition Modifier and Type Field Description protected Chart.LegendPosition
InsertChartHandler. legendPosition
Constructors in io.keikaiex.ui.impl.ua with parameters of type Chart.LegendPosition Constructor Description InsertChartHandler(Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
-