hello,
I am implementing ASPXPivotGrid chart integration function similar to this demo:
http://demos.devexpress.com/ASPxPivotGridDemos/ChartsIntegration/GeneralOptions.aspx
I showed 50 rows per page for ASPXPivotGrid.
When I set the height of the chart control to 900px, and select Bar chart, it works and displays 50 pies. but when I set the chart control's height to 300px or 600px, the chart control display nothing.
I expects the chart control always display 50 pies even if they are very small instead of display nothing when the chart control's height is small.
Could you please help with the issue? thanks for your help.