Class ProductStatisticChartComposer
- java.lang.Object
-
- com.hybris.pcmbackoffice.widgets.charts.facetchart.ProductStatisticChartComposer
-
- All Implemented Interfaces:
FacetChartComposer
public class ProductStatisticChartComposer extends java.lang.Object implements FacetChartComposer
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.IntegerCHART_DATA_LABEL_INSIDE_POSITIONprotected static java.lang.IntegerCHART_DATA_LABEL_OUTSIDE_POSITION
-
Constructor Summary
Constructors Constructor Description ProductStatisticChartComposer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomposeChart(org.zkoss.chart.Charts charts)voidcomposeSeries(org.zkoss.chart.Series series)protected java.lang.StringgetXAxisLabel()protected java.lang.StringgetYAxisLabel()
-
-
-
Method Detail
-
composeChart
public void composeChart(org.zkoss.chart.Charts charts)
- Specified by:
composeChartin interfaceFacetChartComposer
-
composeSeries
public void composeSeries(org.zkoss.chart.Series series)
- Specified by:
composeSeriesin interfaceFacetChartComposer
-
getXAxisLabel
protected java.lang.String getXAxisLabel()
-
getYAxisLabel
protected java.lang.String getYAxisLabel()
-
-