Author |
Topic  |
|
Plutiko
8 Posts |
Posted - 15 Sep 2003 : 14:14:04
|
Hello
When I make a SimpleLineMarkerPlot like in your example, and I chang attrib2 from color.Blue to color.Red. Nothing changes in the chart. More in general I don't believe that changing anything in attrib2 has influence on the chart.
Dim attrib1 As New ChartAttribute(Color.Blue, 1, DashStyle.Solid) Dim attrib2 As New ChartAttribute(Color.Red, 1, DashStyle.Solid) attrib2.SetFillFlag(True) attrib2.SetSymbolSize(10) Dim thePlot1 As New SimpleLineMarkerPlot(pTransform1, Dataset1, ChartObj.SQUARE, attrib1, attrib2, 0, 1)
Plutiko |
|
quinncurtis
1164 Posts |
Posted - 15 Sep 2003 : 15:42:41
|
The symbol (or marker) in a line marker plot was tracking the line attributes , rather than the symbol attributes. This was a bug. It has been fixed. An updated version of the QCChart2DNet dll can be downloaded from our web site. Depending on your license, download the QCChart2D installation using your original download link, or the trail version link. |
 |
|
|
Topic  |
|
|
|