Interface ClusterSizeMapper


public interface ClusterSizeMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getClusterSize(int index, Object facetValueId)
    Returns a per-facet-value cluster size.
  • Method Details

    • getClusterSize

      int getClusterSize(int index, Object facetValueId)
      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 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