Polyline disappears while setting PolylineStyle property of a line series in a Silverlight chart -
i have silverlight chart has multiple line series dynamically created.
when assign polylinestyle of dynamically created lineseries lines in chart disappear. markers shown. odd because when assign same style xaml works should.
i'm using following code assign style:
agentseries.polylinestyle = (style)agentschart.resources["agentresultchartlinestyle"];
this style contains 1 setter - strokethickness = 2.
am doing wrong here? why lines disappear when set polylinestyle code on dynamically added lineseries?
when setting strokethickness property code, need set stroke property lines visible.
Comments
Post a Comment