line color not enabled?????

  • Thread starter Thread starter Vergassivellaunus
  • Start date Start date
V

Vergassivellaunus

Guest
I have done projects that change color of line charts and other reguralry.

I have started a new proj with its form1 and a chart1.

Writing: Me.Chart1.Series(i).ChartType = DataVisualization.Charting.SeriesChartType.FastLine

DataVisualization is underlined red

even this:

Me.Chart1.Series(0).Color = Color.White color is red

I would like to understand. If I rember i had done something in project properties/application, but now it is partially greyed.

Continue reading...
 
Back
Top