TeeChart series color
Posted: Wed Aug 01, 2007 5:54 am
hi...
i'm new in TeeChart. I've go through TeeChart about 1 month. I start to create a chart in VB.
i want to ask about the series properties.
1. how i can set the series color. I used the default TeeChart color there is red, green and yellow. sometime i also used vbCyan, vbBlue...
I write as
Chart.Series(0).Color=vbCyan ---give me Cyan color
Chart.Series(1).Color=vbBlue --- give me blue color
how about the other colors...like purple, orange?
i tried to use the color code...but give me an error
2. for the line series --- Chart.addSeries(scLine)
how to make the line more thick?
please guide me...
thank you
i'm new in TeeChart. I've go through TeeChart about 1 month. I start to create a chart in VB.
i want to ask about the series properties.
1. how i can set the series color. I used the default TeeChart color there is red, green and yellow. sometime i also used vbCyan, vbBlue...
I write as
Chart.Series(0).Color=vbCyan ---give me Cyan color
Chart.Series(1).Color=vbBlue --- give me blue color
how about the other colors...like purple, orange?
i tried to use the color code...but give me an error
2. for the line series --- Chart.addSeries(scLine)
how to make the line more thick?
please guide me...
thank you