Problem with ChartLayout property Of ChartSpace control

F

Forum

Hi everybody!

I have a problem with ChartSpace control .

I have charts collection in the ChartSpace control and I would like to see
them arranged vertically.

I use this statement:

ChartSpace.ChartLayout = OWC10.ChartChartLayoutEnum.chChartLayoutVertical

but I still have them in a "snake order" ,

I have tried to increase the Width property of ChartSpace,but it doesn't
help.

Also

ChartSpace.HasMultipleCharts = True

statement cause to unexpected error of the ChartSpace control

May be someone familiar with this problem .

I will be appreciate for any help.

Thanks in advance.
 
T

Thao Moua [ms]

I tried binding to a SQL datasource, set
webchart.HasMultipleCharts = True and
webchart.ChartLayout =
webchart.constants.chChartLayoutVertical and it worked
for me.

Can you tell me what the error message is?

-tm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top