Changing color of asArea.AreaBrush patterns
Posted: Thu Dec 02, 2004 8:07 pm
Using VB6 with TChart v6.0.0.6
I am trying to modify the color used for the patterns within my area graph.
I can change the background color of an individual area section by using:
graph.Series(0).Color property.
But what I really want to do is set the background color to white and change the color of the pattern itself.
I have tried...
graph.Series(0).asArea.AreaPen.Color
graph.Series(0).asArea.LinePen.Color
What property sets this?
Thanks in advance!
I am trying to modify the color used for the patterns within my area graph.
I can change the background color of an individual area section by using:
graph.Series(0).Color property.
But what I really want to do is set the background color to white and change the color of the pattern itself.
I have tried...
graph.Series(0).asArea.AreaPen.Color
graph.Series(0).asArea.LinePen.Color
What property sets this?
Thanks in advance!