Enum Class PlotLabelStyle

java.lang.Object
java.lang.Enum<PlotLabelStyle>
com.iizix.prop.ui.chart.plot2d.PlotLabelStyle
All Implemented Interfaces:
IPropCnrChoiceOption<IPlotChoiceOption>, IPlotChoiceOption, Serializable, Comparable<PlotLabelStyle>, Constable

public enum PlotLabelStyle extends Enum<PlotLabelStyle> implements IPlotChoiceOption
The placement of the labels varies with the different chart plot types along with their default values. For a pie, they include "default" (the default), and "columns". For Cartesian charts, it must be either "inside" or "outside". By default the labels are drawn "inside" the shape representing the data point (a column rectangle for a Columns plot or a marker for a Line plot for instance). When "outside" is used the labels are drawn above the data point shape.
Author:
Christopher Mindus