Interface LineWidthMapper
public interface LineWidthMapper
- 
Method Summary
 
- 
Method Details
- 
getWidth
Returns a per-facet-value width for chart data lines. The Framework will use this width to override any default properties that would otherwise determinelineWidthfor theDrawItems representing the data.- Parameters:
 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.- Returns:
 - width in pixels
 - See Also:
 - 
com.smartgwt.client.widgets.chart.FacetChart#setDataLineWidth
 
 
 -