Interface ClusterSizeMapper
public interface ClusterSizeMapper
- 
Method SummaryModifier and TypeMethodDescriptionintgetClusterSize(int index, Object facetValueId) Returns a per-facet-value cluster size.
- 
Method Details- 
getClusterSizeReturns a per-facet-value cluster size. Follow the setter links below to see how the the size will be used.- Parameters:
- index- data label axis index of cluster or bar stack
- facetValueId- data label facet value id of cluster or bar stack
- Returns:
- size in pixels
- See Also:
- 
- com.smartgwt.client.widgets.chart.FacetChart#setMinClsuterSizeMapper
 
 
 
-