Package com.iizigo.panel.prop.chart
Interface IChartProps
- All Known Implementing Classes:
EAxis2D,EPlot2D,ESeries,ESeriesValue,EUIChart
public interface IChartPropsChart properties.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IPropCnrChoiceOption<?>[]getChoices()Gets the choices possible with the value indexes.java.util.HashSet<java.lang.String>getExcluded()Gets the excluded properties from the tooltip.default java.lang.StringgetRelaceName(java.lang.String name)Gets the replacement text for a property name.
Method Detail
getExcluded
java.util.HashSet<java.lang.String> getExcluded()
Gets the excluded properties from the tooltip.
getChoices
IPropCnrChoiceOption<?>[] getChoices()
Gets the choices possible with the value indexes.
getRelaceName
default java.lang.String getRelaceName(java.lang.String name)
Gets the replacement text for a property name.