public interface LineWidthMapper
| Modifier and Type | Method and Description | 
|---|---|
| int | getWidth(int index,
        java.lang.Object facetValueId,
        java.lang.String purpose)Returns a per-facet-value width for chart data lines. | 
int getWidth(int index,
             java.lang.Object facetValueId,
             java.lang.String purpose)
lineWidth 
 for the DrawItems representing the data.index - index of the legend facet value to targetfacetValueId - id of the legend facet value to targetpurpose - purpose for the requested line width - such as "legend", "line", "area",
                "points", etc.com.smartgwt.client.widgets.chart.FacetChart#setDataLineWidth