Hi experts,
I want to create a chart with several point series. To show each series in the legend, i specified different fill styles for the series. Additionally, in each point series, i want to draw the points with different colors. So i also set various colors to the different points. But the result is the points take the series color not the point color. i copied my code here, is there anyone could give any hints? thanks in advance.
{
series.UseXValues =
series.DataLabelStyle.Visible =
series.PointShape =
series.Name = name;
series.FillStyle =
series.AddDataPoint(dataPoint);
}
UpdatePointSeriesAppearence(series);
dataPoint[