I need to dinamically generate some chart with office web components
and parts. There is a way to choose the colour of series?
Thank You
ExchIt should be something like:
oChartSpace.Charts[0].SeriesCollection[1].Interior.Color = "red";
oChartSpace.Charts[0].SeriesCollection[1].Line.Color = "red";
/// ----------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ----------
"Exch" wrote:
Quote:
Originally Posted by
Hello,
I need to dinamically generate some chart with office web components
and parts. There is a way to choose the colour of series?
>
Thank You
Exch
>
>
0 comments:
Post a Comment