Uses of Class
io.keikaiex.ui.ZssCharts
Packages that use ZssCharts
Package
Description
Classes used to implement extended Keikai Spreadsheet UI Component(implementation only).
Utility classes used to handle extended Keikai Spreadsheet UI Component(implementation only).
-
Uses of ZssCharts in io.keikaiex.ui.widget
Methods in io.keikaiex.ui.widget that return ZssChartsModifier and TypeMethodDescriptionChartsWidget.createChart(SChart chartInfo) ChartsWidget.getChartComponent()Internal used only -
Uses of ZssCharts in io.keikaiex.util
Methods in io.keikaiex.util that return ZssChartsModifier and TypeMethodDescriptionstatic ZssChartsHighchartsHelper.createCharts(SChart chartInfo) CreatesChartbased on theSChartstatic ZssChartsChartsHelper.getChartsByName(Spreadsheet spreadsheet, String name) Retrieves aZssChartsinstance from the givenSpreadsheetby matching the widget's name.Methods in io.keikaiex.util that return types with arguments of type ZssChartsModifier and TypeMethodDescriptionChartsHelper.getAllCharts(Spreadsheet spreadsheet) Retrieves allZssChartsinstances from the givenSpreadsheet.Methods in io.keikaiex.util with parameters of type ZssChartsModifier and TypeMethodDescriptionvoidCustomize the chart before it is rendered.static voidHighchartsHelper.drawCharts(ZssCharts chart, SChart chartInfo) static voidHighchartsHelper.drawCharts(ZssCharts chart, SChart chartInfo, boolean dataLabelsEnabled)