graph.claim(chartItem, CHART.Chart_Item_Renderer, getRenderer(graph, desc.renderer));
int index = desc.index!=null ? desc.index : nextIndex++;
graph.claimLiteral(chartItem, CHART.Chart_Item_Index, index);
+ if (desc.strokeWidth != null)
+ graph.claimLiteral(chartItem, G2DResource.getInstance(graph).HasStrokeWidth, desc.strokeWidth, Bindings.FLOAT);
if (desc.color != null)
graph.claimLiteral(chartItem, G2DResource.getInstance(graph).HasColor, desc.color, Bindings.FLOAT_ARRAY);