Point sytle color problem
Posted: Fri Jun 24, 2005 8:01 am
Please try below the code
the point chart color should be blue right?
but is showing red color.
TChart.Series.Add(New Steema.TeeChart.Styles.Bar)
TChart.Series(0).FillSampleValues(6)
TChart.Series(0).Color = Color.Blue
TChart.Series(0).ColorEach = False
Dim objChartStyle As New Steema.TeeChart.Styles.Points
TChart.Series(0).ChangeType(TChart.Series(0), objChartStyle.GetType)
the point chart color should be blue right?
but is showing red color.
TChart.Series.Add(New Steema.TeeChart.Styles.Bar)
TChart.Series(0).FillSampleValues(6)
TChart.Series(0).Color = Color.Blue
TChart.Series(0).ColorEach = False
Dim objChartStyle As New Steema.TeeChart.Styles.Points
TChart.Series(0).ChangeType(TChart.Series(0), objChartStyle.GetType)