Interface ClusterSizeMapper
public interface ClusterSizeMapper
-
Method Summary
Modifier and TypeMethodDescriptionint
getClusterSize
(int index, Object facetValueId) Returns a per-facet-value cluster size.
-
Method Details
-
getClusterSize
Returns 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 stackfacetValueId
- data label facet value id of cluster or bar stack- Returns:
- size in pixels
- See Also:
-
com.smartgwt.client.widgets.chart.FacetChart#setMinClsuterSizeMapper
-