LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setAllowMaximize(java.lang.Boolean allowMaximize) |
Allow maximize capability for this widget
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setCondition(java.lang.String condition) |
If the condition is met then the given chart config is applied to the widget
configuration.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setFillGradientArea(java.lang.Boolean fillGradientArea) |
Fill the line chart area with a gradient series color.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setNumOfSeriesToDisplay(java.lang.Long numOfSeriesToDisplay) |
Specifies the number of series to be displayed in a line chart.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setShowCurvedLines(java.lang.Boolean showCurvedLines) |
Used for displaying the curved lines for a series in a line chart.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setShowDataInTooltip(java.lang.Boolean showDataInTooltip) |
Show the data in tooltip.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setShowDataPoints(java.lang.Boolean showDataPoints) |
Controls the visiblity of the data points on the line chart.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setShowGridLines(java.lang.Boolean showGridLines) |
Controls the visiblity of the grid lines in line chart.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setShowGroupedTooltip(java.lang.Boolean showGroupedTooltip) |
Controls the visiblity of the grouped tooltip in a line chart across all series.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setShowMinMaxOnSeries(java.lang.Boolean showMinMaxOnSeries) |
Controls the visiblity of the min and max value across line series in line
chart.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setShowUnitInTooltip(java.lang.Boolean showUnitInTooltip) |
Show the data unit in tooltip.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setSortDataInGroupedTooltip(java.lang.Boolean sortDataInGroupedTooltip) |
Sort the data in grouped tooltip.
|
LineChartPlotConfiguration.Builder |
LineChartPlotConfiguration.Builder.setSortSeries(java.lang.Boolean sortSeries) |
Specifies whether the series should be sorted by the latest data point.
|