Uses of Class
com.oorian.chartjs.CjLegendConfig
Packages that use CjLegendConfig
-
Uses of CjLegendConfig in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjLegendConfigModifier and TypeMethodDescriptionCjPlugins.getLegend()Gets the legend configuration.Sets the legend alignment.CjLegendConfig.setDisplay(boolean display) Sets whether to display the legend.CjLegendConfig.setLabelsBoxHeight(int height) Sets the height of the color box.CjLegendConfig.setLabelsBoxWidth(int width) Sets the width of the color box.CjLegendConfig.setLabelsColor(String color) Sets the label text color.CjLegendConfig.setLabelsFontFamily(String family) Sets the label font family.CjLegendConfig.setLabelsFontSize(int size) Sets the label font size.CjLegendConfig.setLabelsFontWeight(String weight) Sets the label font weight.CjLegendConfig.setLabelsPadding(int padding) Sets the padding between legend items.CjLegendConfig.setLabelsUsePointStyle(boolean usePointStyle) Sets whether to use point style instead of boxes.CjLegendConfig.setPosition(LegendPosition position) Sets the legend position.CjLegendConfig.setReverse(boolean reverse) Sets whether to reverse the legend items.CjLegendConfig.setRtl(boolean rtl) Sets whether to render the legend in right-to-left mode.Methods in com.oorian.chartjs with parameters of type CjLegendConfigModifier and TypeMethodDescriptionCjPlugins.setLegend(CjLegendConfig config) Sets the legend configuration.